Skip to content

Commit 2427f82

Browse files
committed
Update grpc-java and other dependency versions
- grpc-java 1.25.0 - netty 4.1.42.Final - netty-tcnative 2.0.26.Final - protobuf 3.10.0 - slf4j 1.7.29 - maven-source-plugin 3.2.0
1 parent 831f077 commit 2427f82

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
</distributionManagement>
5656

5757
<properties>
58-
<grpc-version>1.24.1</grpc-version>
59-
<netty-version>4.1.38.Final</netty-version>
60-
<netty-tcnative-version>2.0.25.Final</netty-tcnative-version>
61-
<protoc-version>3.9.0</protoc-version>
58+
<grpc-version>1.25.0</grpc-version>
59+
<netty-version>4.1.42.Final</netty-version>
60+
<netty-tcnative-version>2.0.26.Final</netty-tcnative-version>
61+
<protoc-version>3.10.0</protoc-version>
6262
<gson-version>2.8.5</gson-version>
63-
<slf4j-version>1.7.28</slf4j-version>
63+
<slf4j-version>1.7.29</slf4j-version>
6464
<junit-version>4.12</junit-version>
6565
<guava-version>28.1-jre</guava-version>
6666
<annotation-version>1.3.2</annotation-version>
@@ -243,7 +243,7 @@
243243
<plugin>
244244
<groupId>org.apache.maven.plugins</groupId>
245245
<artifactId>maven-source-plugin</artifactId>
246-
<version>3.1.0</version>
246+
<version>3.2.0</version>
247247
<executions>
248248
<execution>
249249
<id>attach-sources</id>

0 commit comments

Comments
 (0)