Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
  • Loading branch information
bestbeforetoday committed Nov 29, 2022
1 parent 058f33e commit 1d255ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<url>http://github.com/hyperledger/fabric-sdk-java</url>
</scm>
<properties>
<grpc.version>1.49.2</grpc.version>
<grpc.version>1.51.0</grpc.version>
<protobuf.version>3.21.7</protobuf.version> <!-- Must match version used by grpc-protobuf -->
<bouncycastle.version>1.70</bouncycastle.version>
<httpclient.version>4.5.13</httpclient.version>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.8.0</version>
<version>4.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -154,7 +154,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
<version>1.22</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -200,7 +200,7 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
<version>2.2.1</version>
<version>2.2.2</version>
</dependency>

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

0 comments on commit 1d255ee

Please sign in to comment.