Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit dfc9af9

Browse files
committed
FABJ-435 Needed dependency missing
Change-Id: I9ef5b194d53a4c6e4e35507e59e61ed4eb3a01b4 Signed-off-by: rickr <cr22rc@gmail.com>
1 parent 6c07d06 commit dfc9af9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<tag>fabric-sdk-java-1.0</tag>
2929
</scm>
3030
<properties>
31-
<grpc.version>1.19.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
31+
<grpc.version>1.20.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
3232
<protobuf.version>3.7.1</protobuf.version>
3333
<bouncycastle.version>1.61</bouncycastle.version>
3434
<httpclient.version>4.5.8</httpclient.version>
@@ -94,12 +94,12 @@
9494
<dependency>
9595
<groupId>io.netty</groupId>
9696
<artifactId>netty-tcnative-boringssl-static</artifactId>
97-
<version>2.0.24.Final</version>
97+
<version>2.0.25.Final</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>io.netty</groupId>
101101
<artifactId>netty-codec-http2</artifactId>
102-
<version>4.1.34.Final</version>
102+
<version>4.1.35.Final</version>
103103
</dependency>
104104
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
105105
<dependency>
@@ -186,8 +186,7 @@
186186
<dependency>
187187
<groupId>com.google.api</groupId>
188188
<artifactId>api-common</artifactId>
189-
<version>1.7.0</version>
190-
<scope>provided</scope><!-- so only used for compilation to work, not needed at runtime -->
189+
<version>1.8.1</version>
191190
</dependency>
192191

193192
<!-- https://mvnrepository.com/artifact/org.glassfish/javax.json -->

0 commit comments

Comments
 (0)