From 39887fc27980a7404150a71f16e7c281b05284c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 13:56:09 -0700 Subject: [PATCH] Bump the dependencies group across 1 directory with 28 updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the dependencies group with 28 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.google.guava:guava](https://github.com/google/guava) | `32.1.3-jre` | `33.6.0-jre` | | [com.google.guava:guava-testlib](https://github.com/google/guava) | `32.1.3-jre` | `33.6.0-jre` | | [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.47.0` | `2.50.0` | | [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.47.0` | `2.50.0` | | [com.google.auto.value:auto-value-annotations](https://github.com/google/auto) | `1.9` | `1.11.1` | | [com.google.auto.value:auto-value](https://github.com/google/auto) | `1.9` | `1.11.1` | | [com.google.auto.service:auto-service-annotations](https://github.com/google/auto) | `1.0.1` | `1.1.1` | | [com.google.auto.service:auto-service](https://github.com/google/auto) | `1.0.1` | `1.1.1` | | [com.google.truth:truth](https://github.com/google/truth) | `1.4.0` | `1.4.5` | | com.google.truth.extensions:truth-java8-extension | `1.4.0` | `1.4.5` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.7.0` | `3.15.0` | | [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.2.2` | `3.5.0` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.2.1` | `3.4.0` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.3` | `3.12.0` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.0.1` | `3.2.8` | | org.apache.felix:maven-bundle-plugin | `5.1.4` | `6.0.2` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `2.22.2` | `3.5.6` | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.8.0` | `0.11.0` | | [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) | `0.28.0` | `0.29.0` | | [org.commonmark:commonmark-ext-gfm-tables](https://github.com/commonmark/commonmark-java) | `0.28.0` | `0.29.0` | | [com.google.testing.compile:compile-testing](https://github.com/google/compile-testing) | `0.19` | `0.23.0` | | [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.2.4` | `3.6.2` | | [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) | `3.3.0` | `3.6.1` | | [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.10.0` | `1.1.3` | | [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.3.0` | `3.11.0` | | [org.eclipse.tycho:tycho-maven-plugin](https://github.com/eclipse-tycho/tycho) | `5.0.2` | `5.0.3` | | [org.eclipse.tycho:tycho-versions-plugin](https://github.com/eclipse-tycho/tycho) | `5.0.2` | `5.0.3` | | [org.eclipse.tycho:target-platform-configuration](https://github.com/eclipse-tycho/tycho) | `5.0.2` | `5.0.3` | Updates `com.google.guava:guava` from 32.1.3-jre to 33.6.0-jre
Release notes

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

33.6.0

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

33.5.0

Maven

<dependency>
</tr></table>

... (truncated)

Commits

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

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

33.6.0

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

33.5.0

Maven

<dependency>
</tr></table>

... (truncated)

Commits

Updates `com.google.errorprone:error_prone_annotations` from 2.47.0 to 2.50.0
Release notes

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

Error Prone 2.50.0

New checks:

Closed issues: #5553, #5649, #5778

Full changelog: https://github.com/google/error-prone/compare/v2.49.0...v2.50.0

Error Prone 2.49.0

This release includes several changes to Matcher APIs, and removed some deprecated or problematic APIs:

New checks:

Closed issues: #2283, #3503, #5210, #5289, #5548, #5548, #5554, #5609, #5614, #5656

Full changelog: https://github.com/google/error-prone/compare/v2.48.0...v2.49.0

Error Prone 2.48.0

Changes:

New checks:

Closed issues: #5529, #5537, #5522, #5521

Full changelog: https://github.com/google/error-prone/compare/v2.47.0...v2.48.0

Commits

Updates `com.google.errorprone:error_prone_core` from 2.47.0 to 2.50.0
Release notes

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

Error Prone 2.50.0

New checks:

Closed issues: #5553, #5649, #5778

Full changelog: https://github.com/google/error-prone/compare/v2.49.0...v2.50.0

Error Prone 2.49.0

This release includes several changes to Matcher APIs, and removed some deprecated or problematic APIs:

New checks:

Closed issues: #2283, #3503, #5210, #5289, #5548, #5548, #5554, #5609, #5614, #5656

Full changelog: https://github.com/google/error-prone/compare/v2.48.0...v2.49.0

Error Prone 2.48.0

Changes:

New checks:

Closed issues: #5529, #5537, #5522, #5521

Full changelog: https://github.com/google/error-prone/compare/v2.47.0...v2.48.0

Commits

Updates `com.google.auto.value:auto-value-annotations` from 1.9 to 1.11.1
Release notes

Sourced from com.google.auto.value:auto-value-annotations's releases.

AutoValue 1.11.1

AutoValue 1.11.0

What's Changed

Full Changelog: https://github.com/google/auto/compare/auto-value-1.10.4...auto-value-1.11.0

AutoValue 1.10.4

AutoValue 1.10.3

AutoValue 1.10.2

AutoValue 1.10.1

AutoValue 1.10

... (truncated)

Commits

Updates `com.google.auto.value:auto-value` from 1.9 to 1.11.1
Release notes

Sourced from com.google.auto.value:auto-value's releases.

AutoValue 1.11.1

AutoValue 1.11.0

What's Changed

Full Changelog: https://github.com/google/auto/compare/auto-value-1.10.4...auto-value-1.11.0

AutoValue 1.10.4

AutoValue 1.10.3

AutoValue 1.10.2

AutoValue 1.10.1

AutoValue 1.10

... (truncated)

Commits

Updates `com.google.auto.service:auto-service-annotations` from 1.0.1 to 1.1.1
Release notes

Sourced from com.google.auto.service:auto-service-annotations's releases.

auto-service-1.1.1

What's Changed

Full Changelog: https://github.com/google/auto/compare/auto-service-1.1.0...auto-service-1.1.1

AutoCommon 1.1

AutoService 1.1.0

AutoFactory 1.1.0

AutoService 1.0.2

Updating Maven dependencies only. No functional changes.

Commits

Updates `com.google.auto.service:auto-service` from 1.0.1 to 1.1.1
Release notes

Sourced from com.google.auto.service:auto-service's releases.

auto-service-1.1.1

What's Changed

Full Changelog: https://github.com/google/auto/compare/auto-service-1.1.0...auto-service-1.1.1

AutoCommon 1.1

AutoService 1.1.0

AutoFactory 1.1.0

AutoService 1.0.2

Updating Maven dependencies only. No functional changes.

Commits

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

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

33.6.0

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

33.5.0

Maven

<dependency>
</tr></table>

... (truncated)

Commits

Updates `com.google.truth:truth` from 1.4.0 to 1.4.5
Release notes

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

1.4.5

v1.4.4

1.4.3

Known Issue for at least some builds targeting Java 8, fixed in 1.4.4: "unknown enum constant ElementType.MODULE": google/truth#1320. As far as we know, this is only a warning, so it should cause practical problems only if you use -Werror or you perform reflection on @NullMarked under a Java 8 runtime.