Skip to content

Commit

Permalink
fix: java-client/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-5953332
  • Loading branch information
snyk-bot committed Oct 13, 2023
1 parent e907867 commit 76a4f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<io.grpc.version>1.57.0</io.grpc.version>
<netty.version>4.1.94.Final</netty.version>
<netty.version>4.1.100.Final</netty.version>
<protoc.version>3.15.7</protoc.version>
<junit-jupiter.version>5.7.1</junit-jupiter.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
Expand Down

0 comments on commit 76a4f7d

Please sign in to comment.