From 427827ef77c56f5ca4d5c0f62e3ecb4cfea8ed30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:40:22 -0700 Subject: [PATCH] Bump the dependencies group in /value with 4 updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the dependencies group in /value with 4 updates: [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin), [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone), [com.google.errorprone:error_prone_type_annotations](https://github.com/google/error-prone) and [org.eclipse.jdt:ecj](https://github.com/eclipse-jdt/eclipse.jdt.core). Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.5 to 3.2.6
Release notes

Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.

3.2.6

Release Notes - Maven GPG Plugin - Version 3.2.6


What's Changed

New Contributors

Full Changelog: https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.5...maven-gpg-plugin-3.2.6

Commits

Updates `com.google.errorprone:error_prone_annotations` from 2.31.0 to 2.32.0
Release notes

Sourced from com.google.errorprone:error_prone_annotations's releases.

Error Prone 2.32.0

The minimum support JDK version to run Error Prone is now JDK 17 (#3803).

Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will requires using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.

Full changelog: https://github.com/google/error-prone/compare/v2.31.0...v2.32.0

Commits

Updates `com.google.errorprone:error_prone_type_annotations` from 2.31.0 to 2.32.0
Release notes

Sourced from com.google.errorprone:error_prone_type_annotations's releases.

Error Prone 2.32.0

The minimum support JDK version to run Error Prone is now JDK 17 (#3803).

Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will requires using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.

Full changelog: https://github.com/google/error-prone/compare/v2.31.0...v2.32.0

Commits

Updates `com.google.errorprone:error_prone_type_annotations` from 2.31.0 to 2.32.0
Release notes

Sourced from com.google.errorprone:error_prone_type_annotations's releases.

Error Prone 2.32.0

The minimum support JDK version to run Error Prone is now JDK 17 (#3803).

Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will requires using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.

Full changelog: https://github.com/google/error-prone/compare/v2.31.0...v2.32.0

Commits

Updates `org.eclipse.jdt:ecj` from 3.38.0 to 3.39.0
Commits

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 #1837 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1837 from google:dependabot/maven/value/dependencies-3dc1ce2e0c 8dcfbd3f554d6723b43530b4c93e0f47bcf88ae5 PiperOrigin-RevId: 675624562 --- value/pom.xml | 2 +- value/processor/pom.xml | 2 +- value/src/it/functional/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/value/pom.xml b/value/pom.xml index 75abaf831e..b660d3f48c 100644 --- a/value/pom.xml +++ b/value/pom.xml @@ -244,7 +244,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.5 + 3.2.6 sign-artifacts diff --git a/value/processor/pom.xml b/value/processor/pom.xml index 5280417547..b0833a8523 100644 --- a/value/processor/pom.xml +++ b/value/processor/pom.xml @@ -41,7 +41,7 @@ 1.1.1 - 2.31.0 + 2.32.0 diff --git a/value/src/it/functional/pom.xml b/value/src/it/functional/pom.xml index 90022dee67..8e69384ce4 100644 --- a/value/src/it/functional/pom.xml +++ b/value/src/it/functional/pom.xml @@ -268,7 +268,7 @@ org.eclipse.jdt ecj - 3.38.0 + 3.39.0 test