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

Commit 1d632fc

Browse files
Update protobuf-java dependency to address CVE-2022-3171 (#237)
Also update gRPC dependencies to stay in step with protobuf-java. Signed-off-by: Mark S. Lewis <[email protected]>
1 parent 195393f commit 1d632fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<tag>fabric-sdk-java-1.0</tag>
2929
</scm>
3030
<properties>
31-
<grpc.version>1.49.1</grpc.version>
32-
<protobuf.version>3.21.1</protobuf.version> <!-- Must match version used by grpc-protobuf -->
31+
<grpc.version>1.49.2</grpc.version>
32+
<protobuf.version>3.21.7</protobuf.version> <!-- Must match version used by grpc-protobuf -->
3333
<bouncycastle.version>1.70</bouncycastle.version>
3434
<httpclient.version>4.5.13</httpclient.version>
3535
<javadoc.version>3.2.0</javadoc.version>
@@ -215,7 +215,7 @@
215215
<dependency>
216216
<groupId>org.yaml</groupId>
217217
<artifactId>snakeyaml</artifactId>
218-
<version>1.32</version>
218+
<version>1.33</version>
219219
</dependency>
220220

221221
<!-- https://mvnrepository.com/artifact/org.miracl.milagro.amcl/milagro-crypto-java -->

0 commit comments

Comments
 (0)