Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
(cherry picked from commit c203167)
  • Loading branch information
bestbeforetoday committed Feb 20, 2023
1 parent 7fac5e4 commit 3a77190
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
<url>http://github.com/hyperledger/fabric-sdk-java</url>
</scm>
<properties>
<grpc.version>1.51.0</grpc.version>
<grpc.version>1.53.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>
<httpclient.version>4.5.14</httpclient.version>
<javadoc.version>3.2.0</javadoc.version>
<skipITs>true</skipITs>
<alpn-boot-version>8.1.7.v20160121</alpn-boot-version>
Expand Down Expand Up @@ -81,14 +81,14 @@
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-bom</artifactId>
<version>1.22.0</version>
<version>1.23.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-instrumentation-bom-alpha</artifactId>
<version>1.22.0-alpha</version>
<version>1.23.0-alpha</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -99,7 +99,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.9.0</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -111,7 +111,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.54.Final</version>
<version>2.0.58.Final</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand Down Expand Up @@ -201,7 +201,7 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
<version>2.2.2</version>
<version>2.6.1</version>
</dependency>

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

0 comments on commit 3a77190

Please sign in to comment.