Bump the maven group across 1 directory with 5 updates (#2986)

Bumps the maven group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.46.0` | `2.47.0` |
| [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.46.0` | `2.47.0` |
| [com.guardsquare:proguard-core](https://github.com/Guardsquare/proguard-core) | `9.2.0` | `9.3.0` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.2` | `6.0.3` |
| [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) | `4.1.2` | `4.1.3` |



Updates `com.google.errorprone:error_prone_core` from 2.46.0 to 2.47.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.46.0...v2.47.0)

Updates `com.google.errorprone:error_prone_annotations` from 2.46.0 to 2.47.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.46.0...v2.47.0)

Updates `com.guardsquare:proguard-core` from 9.2.0 to 9.3.0
- [Release notes](https://github.com/Guardsquare/proguard-core/releases)
- [Commits](https://github.com/Guardsquare/proguard-core/compare/v9.2.0...v9.3.0)

Updates `org.junit:junit-bom` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3)

Updates `io.github.ascopes:protobuf-maven-plugin` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/ascopes/protobuf-maven-plugin/releases)
- [Commits](https://github.com/ascopes/protobuf-maven-plugin/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_core
  dependency-version: 2.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-version: 2.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.guardsquare:proguard-core
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.junit:junit-bom
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.github.ascopes:protobuf-maven-plugin
  dependency-version: 4.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-01 07:49:23 -08:00
committed by GitHub
parent dfe9524edb
commit 04091faee8
5 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.46.0</version>
<version>2.47.0</version>
</dependency>
<dependency>
@@ -216,7 +216,7 @@
<dependency>
<groupId>com.guardsquare</groupId>
<artifactId>proguard-core</artifactId>
<version>9.2.0</version>
<version>9.3.0</version>
</dependency>
</dependencies>
<configuration>

View File

@@ -294,7 +294,7 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.46.0</version>
<version>2.47.0</version>
</path>
</annotationProcessorPaths>
</configuration>

View File

@@ -79,7 +79,7 @@
<plugin>
<groupId>io.github.ascopes</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
<version>4.1.2</version>
<version>4.1.3</version>
<configuration>
<skip>${maven.test.skip}</skip>
<protoc>${protobufVersion}</protoc>

View File

@@ -39,7 +39,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>6.0.2</version>
<version>6.0.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@@ -84,7 +84,7 @@
<dependency>
<groupId>com.guardsquare</groupId>
<artifactId>proguard-core</artifactId>
<version>9.2.0</version>
<version>9.3.0</version>
</dependency>
</dependencies>
<configuration>