Skip to content

Commit

Permalink
Bump the maven group in /java with 4 updates
Browse files Browse the repository at this point in the history
Bumps the maven group in /java with 4 updates: [com.google.guava:guava](https://github.com/google/guava), [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf), [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) and [io.netty:netty-handler](https://github.com/netty/netty).


Updates `com.google.guava:guava` from 30.1.1-jre to 32.0.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.google.protobuf:protobuf-java` from 3.19.4 to 3.25.5
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.19.4...v3.25.5)

Updates `io.grpc:grpc-protobuf` from 1.44.0 to 1.53.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.44.0...v1.53.0)

Updates `io.netty:netty-handler` from 4.1.72.Final to 4.1.94.Final
- [Commits](netty/netty@netty-4.1.72.Final...netty-4.1.94.Final)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.netty:netty-handler
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 6b8851d commit 33c9d16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Define versions which are also used by grpc-client/pom.xml. -->
<grpc.version>1.44.0</grpc.version>
<grpc.version>1.53.0</grpc.version>
<!-- NOTE Netty handler and boring SSL must be kept compatible with grpc
https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty -->
<netty.handler.version>4.1.72.Final</netty.handler.version>
<netty.handler.version>4.1.94.Final</netty.handler.version>
<tcnative.boring.ssl.version>2.0.46.Final</tcnative.boring.ssl.version>

<protobuf.java.version>3.19.4</protobuf.java.version>
<protobuf.java.version>3.25.5</protobuf.java.version>
<protobuf.protoc.version>3.19.4</protobuf.protoc.version>
<checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
<log4j2.version>2.17.1</log4j2.version>
Expand All @@ -94,7 +94,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1.1-jre</version>
<version>32.0.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit 33c9d16

Please sign in to comment.