Skip to content

Commit 75cb20e

Browse files
authored
Update deps: grpc, netty, tomcat-annotations, various maven plugins (#50)
1 parent 9b2c927 commit 75cb20e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

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

5757
<properties>
58-
<grpc-version>1.34.1</grpc-version>
59-
<netty-version>4.1.51.Final</netty-version>
60-
<netty-tcnative-version>2.0.31.Final</netty-tcnative-version>
58+
<grpc-version>1.35.0</grpc-version>
59+
<netty-version>4.1.52.Final</netty-version>
60+
<netty-tcnative-version>2.0.34.Final</netty-tcnative-version>
6161
<protobuf-version>3.14.0</protobuf-version>
6262
<gson-version>2.8.6</gson-version>
6363
<slf4j-version>1.7.30</slf4j-version>
6464
<junit-version>4.13.1</junit-version>
6565
<guava-version>30.1-jre</guava-version>
66-
<annotations-version>9.0.40</annotations-version>
66+
<annotations-version>9.0.41</annotations-version>
6767

6868
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6969
</properties>
@@ -187,7 +187,7 @@
187187
<plugin>
188188
<groupId>org.apache.maven.plugins</groupId>
189189
<artifactId>maven-surefire-plugin</artifactId>
190-
<version>2.22.1</version>
190+
<version>2.22.2</version>
191191
<configuration>
192192
<includes>
193193
<include>**/*TestSuite.java</include>
@@ -197,7 +197,7 @@
197197
<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-javadoc-plugin</artifactId>
200-
<version>3.1.1</version>
200+
<version>3.2.0</version>
201201
<configuration>
202202
<source>8</source>
203203
<quiet>true</quiet>
@@ -243,7 +243,7 @@
243243
<plugin>
244244
<groupId>org.apache.maven.plugins</groupId>
245245
<artifactId>maven-source-plugin</artifactId>
246-
<version>3.2.0</version>
246+
<version>3.2.1</version>
247247
<executions>
248248
<execution>
249249
<id>attach-sources</id>

0 commit comments

Comments
 (0)