Skip to content

Commit

Permalink
Merge pull request #9599 from planetscale/java-update
Browse files Browse the repository at this point in the history
java: updates all major dependencies to latest
  • Loading branch information
harshit-gangal authored Feb 1, 2022
2 parents f906693 + 3c3ade1 commit 183a867
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Define versions which are also used by grpc-client/pom.xml. -->
<grpc.version>1.33.0</grpc.version>
<grpc.version>1.44.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.48.Final</netty.handler.version>
<tcnative.boring.ssl.version>2.0.30.Final</tcnative.boring.ssl.version>
<netty.handler.version>4.1.72.Final</netty.handler.version>
<tcnative.boring.ssl.version>2.0.46.Final</tcnative.boring.ssl.version>

<protobuf.java.version>3.11.4</protobuf.java.version>
<protobuf.protoc.version>3.11.4</protobuf.protoc.version>
<protobuf.java.version>3.19.4</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>
</properties>
Expand Down

0 comments on commit 183a867

Please sign in to comment.