Skip to content

Commit ea552c2

Browse files
Bump the maven group across 1 directory with 3 updates (#2898)
Bumps the maven group with 3 updates in the / directory: [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin), [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) and [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf). Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.11.2 to 3.11.3 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.2...maven-javadoc-plugin-3.11.3) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.2 to 2.20.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.google.protobuf:protobuf-java` from 4.31.1 to 4.32.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fdc616d commit ea552c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.core</groupId>
5555
<artifactId>jackson-databind</artifactId>
56-
<version>2.19.2</version>
56+
<version>2.20.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.caliper</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
<plugin>
311311
<groupId>org.apache.maven.plugins</groupId>
312312
<artifactId>maven-javadoc-plugin</artifactId>
313-
<version>3.11.2</version>
313+
<version>3.11.3</version>
314314
<configuration>
315315
<skip>${gson.isTestModule}</skip>
316316

proto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
3232
<project.build.outputTimestamp>2025-04-24T01:03:45Z</project.build.outputTimestamp>
3333

34-
<protobufVersion>4.31.1</protobufVersion>
34+
<protobufVersion>4.32.0</protobufVersion>
3535

3636
<!-- Overwrite property from parent; this module is currently not deployed -->
3737
<gson.isInternalModule>true</gson.isInternalModule>

0 commit comments

Comments
 (0)