Skip to content

Commit 19c0b29

Browse files
authored
deps: Update dependencies (kserve#125)
protobuf 3.25.0, jackson-databind 2.16.0, junit 5.10.1, etcd-java 0.0.24 Includes important etcd-java update to support authentication when using etcd server versions >= 3.5 Unfortunately latest netty 4.1.101.Final is incompatible with grpc-java. We'll need to wait for a grpc patch for that. Signed-off-by: Nick Hill <[email protected]>
1 parent 8b58bf0 commit 19c0b29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
<netty-version>4.1.100.Final</netty-version>
6262
<litelinks-version>1.7.2</litelinks-version>
6363
<kv-utils-version>0.5.1</kv-utils-version>
64-
<etcd-java-version>0.0.22</etcd-java-version>
65-
<protobuf-version>3.24.4</protobuf-version>
64+
<etcd-java-version>0.0.24</etcd-java-version>
65+
<protobuf-version>3.25.0</protobuf-version>
6666
<annotation-version>9.0.82</annotation-version>
6767
<guava-version>32.1.3-jre</guava-version>
68-
<jackson-databind-version>2.15.3</jackson-databind-version>
68+
<jackson-databind-version>2.16.0</jackson-databind-version>
6969
<gson-version>2.10.1</gson-version>
7070
<thrift-version>0.19.0</thrift-version>
7171
<eclipse-collections-version>11.1.0</eclipse-collections-version>
@@ -75,7 +75,7 @@
7575
since we have some custom optimized extensions to this -->
7676
<prometheus-version>0.9.0</prometheus-version>
7777
<bouncycastle-version>1.74</bouncycastle-version>
78-
<junit-version>5.10.0</junit-version>
78+
<junit-version>5.10.1</junit-version>
7979

8080
<dockerhome>${project.build.directory}/dockerhome</dockerhome>
8181
<skipTests>false</skipTests>

0 commit comments

Comments
 (0)