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

Commit 641286f

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

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
@@ -27,8 +27,8 @@
2727
<url>http://github.com/hyperledger/fabric-sdk-java</url>
2828
</scm>
2929
<properties>
30-
<grpc.version>1.49.1</grpc.version>
31-
<protobuf.version>3.21.1</protobuf.version> <!-- Must match version used by grpc-protobuf -->
30+
<grpc.version>1.49.2</grpc.version>
31+
<protobuf.version>3.21.7</protobuf.version> <!-- Must match version used by grpc-protobuf -->
3232
<bouncycastle.version>1.70</bouncycastle.version>
3333
<httpclient.version>4.5.13</httpclient.version>
3434
<javadoc.version>3.2.0</javadoc.version>
@@ -214,7 +214,7 @@
214214
<dependency>
215215
<groupId>org.yaml</groupId>
216216
<artifactId>snakeyaml</artifactId>
217-
<version>1.32</version>
217+
<version>1.33</version>
218218
</dependency>
219219

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

0 commit comments

Comments
 (0)