Skip to content

Commit c8f90a3

Browse files
committed
test grpc-all dep
1 parent 4f0f3c8 commit c8f90a3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pom.xml

+8-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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>
@@ -94,7 +94,7 @@
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>
@@ -104,9 +104,14 @@
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>

0 commit comments

Comments
 (0)