Skip to content

Commit

Permalink
[Java] Fix dependency issues in Java package (#17481)
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <[email protected]>
  • Loading branch information
harshit-gangal authored Jan 8, 2025
1 parent 6ac8998 commit 513a067
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.28</version>
<version>8.0.33</version>
<optional>false</optional>
</dependency>

Expand Down
3 changes: 3 additions & 0 deletions java/grpc-client/src/test/resources/ca.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
default_bits = 1024
default_keyfile = keyfile.pem
distinguished_name = req_distinguished_name
x509_extensions = v3_ca
attributes = req_attributes
prompt = no
output_password = mypass
Expand All @@ -15,3 +16,5 @@
emailAddress = [email protected]
[ req_attributes ]
challengePassword = A challenge password
[ v3_ca ]
basicConstraints = CA:TRUE
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
<netty.handler.version>4.1.110.Final</netty.handler.version>
<tcnative.boring.ssl.version>2.0.65.Final</tcnative.boring.ssl.version>

<protobuf.java.version>4.28.3</protobuf.java.version>
<protobuf.protoc.version>3.24.3</protobuf.protoc.version>
<protobuf.java.version>3.25.5</protobuf.java.version>
<protobuf.protoc.version>3.25.5</protobuf.protoc.version>
<checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
<log4j2.version>2.24.1</log4j2.version>
</properties>
Expand Down

0 comments on commit 513a067

Please sign in to comment.