From edae67948c21f2b0fba5472da4c87a33f074a6e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:41:21 -0700 Subject: [PATCH] Bump the dependencies group in /value with 5 updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the dependencies group in /value with 5 updates: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.8.0` | `3.10.0` | | [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.30.0` | `2.31.0` | | [com.google.errorprone:error_prone_type_annotations](https://github.com/google/error-prone) | `2.30.0` | `2.31.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.4.0` | `3.5.0` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.4.0` | `3.5.0` | Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.8.0 to 3.10.0
Commits

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

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

Error Prone 2.31.0

This is the last planned minor release of Error Prone that will support running on JDK 11, see #3803. Using Error Prone to compile code that is deployed to earlier versions will continue to be fully supported, but will require using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.

Changes:

New checks:

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

Commits

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

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

Error Prone 2.31.0

This is the last planned minor release of Error Prone that will support running on JDK 11, see #3803. Using Error Prone to compile code that is deployed to earlier versions will continue to be fully supported, but will require using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.

Changes:

New checks:

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

Commits

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

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

Error Prone 2.31.0

This is the last planned minor release of Error Prone that will support running on JDK 11, see #3803. Using Error Prone to compile code that is deployed to earlier versions will continue to be fully supported, but will require using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.

Changes:

New checks:

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

Commits

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.4.0 to 3.5.0
Commits

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.4.0 to 3.5.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 #1829 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1829 from google:dependabot/maven/value/dependencies-143ff0875d 23aa3c91475fd4ec20a5d7f0043c9b90adcb2954 PiperOrigin-RevId: 670337055 --- value/pom.xml | 2 +- value/processor/pom.xml | 4 ++-- value/src/it/functional/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/value/pom.xml b/value/pom.xml index c7e18de7fe..75abaf831e 100644 --- a/value/pom.xml +++ b/value/pom.xml @@ -228,7 +228,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.8.0 + 3.10.0 false diff --git a/value/processor/pom.xml b/value/processor/pom.xml index 6e0adedcae..5280417547 100644 --- a/value/processor/pom.xml +++ b/value/processor/pom.xml @@ -41,7 +41,7 @@ 1.1.1 - 2.30.0 + 2.31.0 @@ -195,7 +195,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 ${test.jvm.flags} diff --git a/value/src/it/functional/pom.xml b/value/src/it/functional/pom.xml index 336b37ff9b..90022dee67 100644 --- a/value/src/it/functional/pom.xml +++ b/value/src/it/functional/pom.xml @@ -189,12 +189,12 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 org.apache.maven.plugins maven-failsafe-plugin - 3.4.0 + 3.5.0 ${project.version}