From 6c98ace15a6156edeb52b393b531ee0fbd41411d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 00:45:11 -0700 Subject: [PATCH] Bump the dependencies group with 7 updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [biz.aQute.bnd:bnd-maven-plugin](https://github.com/bndtools/bnd) | `7.3.0` | `7.4.0` | | [com.google.guava:guava-testlib](https://github.com/google/guava) | `33.6.0-jre` | `33.7.1-jre` | | [com.google.guava:guava](https://github.com/google/guava) | `33.6.0-jre` | `33.7.1-jre` | | [com.google.jimfs:jimfs](https://github.com/google/jimfs) | `1.3.1` | `1.3.2` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.35.1` | `4.36.0` | | com.google.protobuf:protobuf-java-util | `4.35.1` | `4.36.0` | | [org.easymock:easymock](https://github.com/easymock/easymock) | `5.6.0` | `5.7.0` | Updates `biz.aQute.bnd:bnd-maven-plugin` from 7.3.0 to 7.4.0
Release notes

Sourced from biz.aQute.bnd:bnd-maven-plugin's releases.

Bnd/Bndtools 7.4.0

See Release Notes

What's Changed

... (truncated)

Commits

Updates `com.google.guava:guava-testlib` from 33.6.0-jre to 33.7.1-jre
Release notes

Sourced from com.google.guava:guava-testlib's releases.

33.7.1

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.1-jre</version>
  <!-- or, for Android: -->
  <version>33.7.1-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

Guava 33.7.1 removes the Multi-Release line from our jar manifest, fixing an issue under Java 9 and 10 that was introduced to guava-jre in version 33.7.0. Sorry for the trouble.

33.7.0

Newly introduced problem for Java 9 and Java 10 only

Guava 33.7.0 includes a Multi-Release line in its jar manifest, even though it is no longer a multi-release jar. This causes some problems with tools from Java 9 and Java 10. The issue is fixed in version 33.7.1. Sorry for the trouble.

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.0-jre</version>
  <!-- or, for Android: -->
</tr></table>

... (truncated)

Commits

Updates `com.google.guava:guava` from 33.6.0-jre to 33.7.1-jre
Release notes

Sourced from com.google.guava:guava's releases.

33.7.1

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.1-jre</version>
  <!-- or, for Android: -->
  <version>33.7.1-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

Guava 33.7.1 removes the Multi-Release line from our jar manifest, fixing an issue under Java 9 and 10 that was introduced to guava-jre in version 33.7.0. Sorry for the trouble.

33.7.0

Newly introduced problem for Java 9 and Java 10 only

Guava 33.7.0 includes a Multi-Release line in its jar manifest, even though it is no longer a multi-release jar. This causes some problems with tools from Java 9 and Java 10. The issue is fixed in version 33.7.1. Sorry for the trouble.

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.0-jre</version>
  <!-- or, for Android: -->
</tr></table>

... (truncated)

Commits

Updates `com.google.jimfs:jimfs` from 1.3.1 to 1.3.2
Release notes

Sourced from com.google.jimfs:jimfs's releases.

v1.3.2

Commits

Updates `com.google.guava:guava` from 33.6.0-jre to 33.7.1-jre
Release notes

Sourced from com.google.guava:guava's releases.

33.7.1

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.1-jre</version>
  <!-- or, for Android: -->
  <version>33.7.1-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

Guava 33.7.1 removes the Multi-Release line from our jar manifest, fixing an issue under Java 9 and 10 that was introduced to guava-jre in version 33.7.0. Sorry for the trouble.

33.7.0

Newly introduced problem for Java 9 and Java 10 only

Guava 33.7.0 includes a Multi-Release line in its jar manifest, even though it is no longer a multi-release jar. This causes some problems with tools from Java 9 and Java 10. The issue is fixed in version 33.7.1. Sorry for the trouble.

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.0-jre</version>
  <!-- or, for Android: -->
</tr></table>

... (truncated)

Commits

Updates `com.google.protobuf:protobuf-java` from 4.35.1 to 4.36.0
Commits

Updates `com.google.protobuf:protobuf-java-util` from 4.35.1 to 4.36.0 Updates `com.google.protobuf:protobuf-java-util` from 4.35.1 to 4.36.0 Updates `org.easymock:easymock` from 5.6.0 to 5.7.0
Release notes

Sourced from org.easymock:easymock's releases.

5.7.0

Add Java 26 support where bytebuddy isn't using unsafe anymore.

Change log

... (truncated)

Changelog

Sourced from org.easymock:easymock's changelog.

Add Java 26 support where bytebuddy isn't using unsafe anymore.

Change log

... (truncated)

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 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 https://github.com/google/error-prone/pull/6076 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/error-prone/pull/6076 from google:dependabot/maven/dependencies-52691bf543 a5968d50b6f88fe025cbd2e53804f4f38b509379 PiperOrigin-RevId: 973715985 --- annotations/pom.xml | 2 +- check_api/pom.xml | 2 +- core/pom.xml | 2 +- pom.xml | 6 +++--- test_helpers/pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/annotations/pom.xml b/annotations/pom.xml index 3bba13144f1..97d101ad66a 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -93,7 +93,7 @@ biz.aQute.bnd bnd-maven-plugin - 7.3.0 + 7.4.0 generate-OSGi-manifest diff --git a/check_api/pom.xml b/check_api/pom.xml index 68dc43d872d..d9fe7875004 100644 --- a/check_api/pom.xml +++ b/check_api/pom.xml @@ -133,7 +133,7 @@ com.google.jimfs jimfs - 1.3.1 + 1.3.2 test diff --git a/core/pom.xml b/core/pom.xml index bd834b67b57..0efffdcb24c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -327,7 +327,7 @@ org.easymock easymock - 5.6.0 + 5.7.0 test diff --git a/pom.xml b/pom.xml index f84dfa5da5a..567096d74c5 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ UTF-8 - 33.6.0-jre + 33.7.1-jre 1.4.5 1.1.1 1.11.1 @@ -42,7 +42,7 @@ 3.12.0 3.4.0 0.11.0 - 4.35.1 + 4.36.0 1.43.3 1.0.1 1.36.1 @@ -138,7 +138,7 @@ biz.aQute.bnd bnd-maven-plugin - 7.3.0 + 7.4.0 generate-OSGi-manifest diff --git a/test_helpers/pom.xml b/test_helpers/pom.xml index e68a2b38d6f..48749bffda7 100644 --- a/test_helpers/pom.xml +++ b/test_helpers/pom.xml @@ -130,7 +130,7 @@ com.google.jimfs jimfs - 1.3.1 + 1.3.2