Skip to content

Commit e64c6cf

Browse files
Bump the protobuf group with 2 updates
Bumps the protobuf group with 2 updates: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) and com.google.protobuf:protobuf-java-util. Updates `com.google.protobuf:protobuf-java` from 3.24.4 to 3.25.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.24.4...v3.25.0) Updates `com.google.protobuf:protobuf-java-util` from 3.24.4 to 3.25.0 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: protobuf - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:development update-type: version-update:semver-minor dependency-group: protobuf ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6ec2aa commit e64c6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,13 @@
257257
<dependency>
258258
<groupId>com.google.protobuf</groupId>
259259
<artifactId>protobuf-java</artifactId>
260-
<version>3.24.4</version>
260+
<version>3.25.0</version>
261261
</dependency>
262262
<!-- tests -->
263263
<dependency>
264264
<groupId>com.google.protobuf</groupId>
265265
<artifactId>protobuf-java-util</artifactId>
266-
<version>3.24.4</version>
266+
<version>3.25.0</version>
267267
<scope>test</scope>
268268
</dependency>
269269
<dependency>

0 commit comments

Comments
 (0)