Skip to content

Commit 7b48409

Browse files
authored
chore: update dependencies to address CVEs (kserve#101)
#### Overview Update netty `4.1.94.Final` and guava `32.0.1-jre` Signed-off-by: Anh-Uong <[email protected]>
1 parent c4fc041 commit 7b48409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@
5858
<jenkins-build-tag>${env.BUILD_TAG}</jenkins-build-tag> <!-- set by jenkins -->
5959

6060
<grpc-version>1.54.1</grpc-version>
61-
<netty-version>4.1.92.Final</netty-version>
61+
<netty-version>4.1.94.Final</netty-version>
6262
<litelinks-version>1.7.2</litelinks-version>
6363
<kv-utils-version>0.5.1</kv-utils-version>
6464
<etcd-java-version>0.0.22</etcd-java-version>
6565
<protobuf-version>3.23.0</protobuf-version>
6666
<annotation-version>9.0.75</annotation-version>
67-
<guava-version>31.1-jre</guava-version>
67+
<guava-version>32.0.1-jre</guava-version>
6868
<jackson-databind-version>2.15.0</jackson-databind-version>
6969
<gson-version>2.10.1</gson-version>
7070
<thrift-version>0.18.1</thrift-version>

0 commit comments

Comments
 (0)