File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
66
<properties >
67
67
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
68
68
<!-- Define versions which are also used by grpc-client/pom.xml. -->
69
- <grpc .version>1.44 .0</grpc .version>
69
+ <grpc .version>1.53 .0</grpc .version>
70
70
<!-- NOTE Netty handler and boring SSL must be kept compatible with grpc
71
71
https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty -->
72
- <netty .handler.version>4.1.72 .Final</netty .handler.version>
72
+ <netty .handler.version>4.1.118 .Final</netty .handler.version>
73
73
<tcnative .boring.ssl.version>2.0.46.Final</tcnative .boring.ssl.version>
74
74
75
- <protobuf .java.version>3.19.4 </protobuf .java.version>
75
+ <protobuf .java.version>3.25.5 </protobuf .java.version>
76
76
<protobuf .protoc.version>3.19.4</protobuf .protoc.version>
77
77
<checkstyle .plugin.version>3.0.0</checkstyle .plugin.version>
78
78
<log4j2 .version>2.17.1</log4j2 .version>
94
94
<dependency >
95
95
<groupId >com.google.guava</groupId >
96
96
<artifactId >guava</artifactId >
97
- <version >30.1.1 -jre</version >
97
+ <version >32.0.0 -jre</version >
98
98
</dependency >
99
99
<dependency >
100
100
<groupId >com.google.protobuf</groupId >
109
109
<dependency >
110
110
<groupId >commons-io</groupId >
111
111
<artifactId >commons-io</artifactId >
112
- <version >2.7 </version >
112
+ <version >2.14.0 </version >
113
113
</dependency >
114
114
115
115
<dependency >
You can’t perform that action at this time.
0 commit comments