Skip to content

Commit 77f14f4

Browse files
authored
Update dependencies: grpc, netty, netty-tcnative, protobuf, annotations (#40)
1 parent ac00281 commit 77f14f4

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.31.0</grpc-version>
59-
<netty-version>4.1.48.Final</netty-version>
60-
<netty-tcnative-version>2.0.30.Final</netty-tcnative-version>
61-
<protobuf-version>3.12.2</protobuf-version>
58+
<grpc-version>1.32.1</grpc-version>
59+
<netty-version>4.1.51.Final</netty-version>
60+
<netty-tcnative-version>2.0.31.Final</netty-tcnative-version>
61+
<protobuf-version>3.13.0</protobuf-version>
6262
<gson-version>2.8.6</gson-version>
6363
<slf4j-version>1.7.30</slf4j-version>
6464
<junit-version>4.13</junit-version>
6565
<guava-version>29.0-jre</guava-version>
66-
<annotation-version>6.0.53</annotation-version>
66+
<annotations-version>9.0.37</annotations-version>
6767

6868
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6969
</properties>
@@ -130,8 +130,8 @@
130130
annotation only has source retention. -->
131131
<dependency>
132132
<groupId>org.apache.tomcat</groupId>
133-
<artifactId>annotations-api</artifactId>
134-
<version>${annotation-version}</version>
133+
<artifactId>tomcat-annotations-api</artifactId>
134+
<version>${annotations-version}</version>
135135
<scope>provided</scope>
136136
</dependency>
137137

0 commit comments

Comments
 (0)