From f3a9d4710b8d577fff3ecb13974a88a3807a0643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:32:55 -0700 Subject: [PATCH] Bump dev.gradleplugins:gradle-test-kit from 8.9 to 8.10.1 in /value in the dependencies group MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the dependencies group in /value with 1 update: [dev.gradleplugins:gradle-test-kit](https://github.com/gradle/gradle). Updates `dev.gradleplugins:gradle-test-kit` from 8.9 to 8.10.1
Release notes

Sourced from dev.gradleplugins:gradle-test-kit's releases.

8.10.1

This is a patch release for 8.10. We recommend using 8.10.1 instead of 8.10

It fixes the following issues:

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.10.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

8.10

The Gradle team is excited to announce Gradle 8.10.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Björn Kautler, Craig Andrews, gotovsky, Jeff, Kirill Gavrilov, Madalin Valceleanu, Sergei Vorobev, Thach Le, Thad Guidry

Upgrade instructions

Switch your build to use Gradle 8.10 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

... (truncated)

Changelog

Sourced from dev.gradleplugins:gradle-test-kit's changelog.

{ "latestReleaseSnapshot": { "version": "8.10.2-20240920012112+0000", "buildTime": "20240920012112+0000" }, "latestRc": { "version": "8.10.2-milestone-1", "buildTime": "20240919234735+0000" }, "finalReleases": [ { "version": "8.10.1", "buildTime": "20240909074256+0000" }, { "version": "8.10", "buildTime": "20240814110745+0000" }, { "version": "8.9", "buildTime": "20240711143741+0000" }, { "version": "8.8", "buildTime": "20240531214656+0000" }, { "version": "8.7", "buildTime": "20240322155246+0000" }, { "version": "8.6", "buildTime": "20240202164716+0000" }, { "version": "8.5", "buildTime": "20231129140857+0000" }, { "version": "8.4", "buildTime": "20231004205213+0000" }, { "version": "8.3", "buildTime": "20230817070647+0000" }, { "version": "8.2.1", "buildTime": "20230710121235+0000" },

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dev.gradleplugins:gradle-test-kit&package-manager=maven&previous-version=8.9&new-version=8.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Fixes #1839 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1839 from google:dependabot/maven/value/dependencies-c0fb58f0d7 fe651b6a9352ec21acf3954628d7c9dcd2fc3307 PiperOrigin-RevId: 678020211 --- value/src/it/functional/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/value/src/it/functional/pom.xml b/value/src/it/functional/pom.xml index 8e69384ce4..0c4d54d173 100644 --- a/value/src/it/functional/pom.xml +++ b/value/src/it/functional/pom.xml @@ -87,7 +87,7 @@ dev.gradleplugins gradle-test-kit - 8.9 + 8.10.1 test