File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 34
34
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
35
35
<project .build.resourceEncoding>UTF-8</project .build.resourceEncoding>
36
36
<maven .compile.encoding>UTF-8</maven .compile.encoding>
37
- <netty .version>4.1.12 .Final</netty .version>
37
+ <netty .version>4.1.63 .Final</netty .version>
38
38
<jetty .version>9.4.6.v20170531</jetty .version>
39
39
<okhttp .version>3.8.0</okhttp .version>
40
40
</properties >
94
94
<dependency >
95
95
<groupId >com.fasterxml.jackson.core</groupId >
96
96
<artifactId >jackson-databind</artifactId >
97
- <version >2.6.4 </version >
97
+ <version >2.12.2 </version >
98
98
</dependency >
99
99
<dependency >
100
100
<groupId >org.apache.curator</groupId >
104
104
<dependency >
105
105
<groupId >junit</groupId >
106
106
<artifactId >junit</artifactId >
107
- <version >4.12 </version >
107
+ <version >4.13.1 </version >
108
108
<scope >test</scope >
109
109
</dependency >
110
+ <dependency >
111
+ <groupId >io.grpc</groupId >
112
+ <artifactId >grpc-all</artifactId >
113
+ <version >1.27.2</version >
114
+ </dependency >
110
115
</dependencies >
111
116
112
117
<build >
You can’t perform that action at this time.
0 commit comments