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

Commit 1d255ee

Browse files
Update dependencies
Signed-off-by: Mark S. Lewis <[email protected]>
1 parent 058f33e commit 1d255ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<url>http://github.com/hyperledger/fabric-sdk-java</url>
2828
</scm>
2929
<properties>
30-
<grpc.version>1.49.2</grpc.version>
30+
<grpc.version>1.51.0</grpc.version>
3131
<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>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>org.mockito</groupId>
100100
<artifactId>mockito-core</artifactId>
101-
<version>4.8.0</version>
101+
<version>4.9.0</version>
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>
@@ -154,7 +154,7 @@
154154
<dependency>
155155
<groupId>org.apache.commons</groupId>
156156
<artifactId>commons-compress</artifactId>
157-
<version>1.21</version>
157+
<version>1.22</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>commons-io</groupId>
@@ -200,7 +200,7 @@
200200
<dependency>
201201
<groupId>com.google.api</groupId>
202202
<artifactId>api-common</artifactId>
203-
<version>2.2.1</version>
203+
<version>2.2.2</version>
204204
</dependency>
205205

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

0 commit comments

Comments
 (0)