File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 3434 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3535 <project .build.resourceEncoding>UTF-8</project .build.resourceEncoding>
3636 <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>
3838 <jetty .version>9.4.6.v20170531</jetty .version>
3939 <okhttp .version>3.8.0</okhttp .version>
4040 </properties >
9494 <dependency >
9595 <groupId >com.fasterxml.jackson.core</groupId >
9696 <artifactId >jackson-databind</artifactId >
97- <version >2.6.4 </version >
97+ <version >2.12.2 </version >
9898 </dependency >
9999 <dependency >
100100 <groupId >org.apache.curator</groupId >
104104 <dependency >
105105 <groupId >junit</groupId >
106106 <artifactId >junit</artifactId >
107- <version >4.12 </version >
107+ <version >4.13.1 </version >
108108 <scope >test</scope >
109109 </dependency >
110+ <dependency >
111+ <groupId >io.grpc</groupId >
112+ <artifactId >grpc-all</artifactId >
113+ <version >1.27.2</version >
114+ </dependency >
110115 </dependencies >
111116
112117 <build >
You can’t perform that action at this time.
0 commit comments