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

Commit 9054e3c

Browse files
committed
FABJ-431 Update dependencies
Change-Id: I859bc2c245b69ece9f98c8b7771d3bf67d7ce38f Signed-off-by: rickr <cr22rc@gmail.com>
1 parent 1865ed8 commit 9054e3c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
</scm>
3030
<properties>
3131
<grpc.version>1.19.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
32-
<protobuf.version>3.7.0</protobuf.version>
32+
<protobuf.version>3.7.1</protobuf.version>
3333
<bouncycastle.version>1.61</bouncycastle.version>
34-
<httpclient.version>4.5.7</httpclient.version>
34+
<httpclient.version>4.5.8</httpclient.version>
3535
<javadoc.version>3.0.1</javadoc.version>
3636
<skipITs>true</skipITs>
3737
<alpn-boot-version>8.1.7.v20160121</alpn-boot-version>
@@ -94,12 +94,12 @@
9494
<dependency>
9595
<groupId>io.netty</groupId>
9696
<artifactId>netty-tcnative-boringssl-static</artifactId>
97-
<version>2.0.20.Final</version>
97+
<version>2.0.24.Final</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>io.netty</groupId>
101101
<artifactId>netty-codec-http2</artifactId>
102-
<version>4.1.32.Final</version>
102+
<version>4.1.34.Final</version>
103103
</dependency>
104104
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
105105
<dependency>
@@ -181,7 +181,7 @@
181181
<dependency>
182182
<groupId>com.spotify</groupId>
183183
<artifactId>futures-extra</artifactId>
184-
<version>4.1.3</version>
184+
<version>4.2.0</version>
185185
</dependency>
186186
<dependency>
187187
<groupId>com.google.api</groupId>

0 commit comments

Comments
 (0)