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

Commit 3a77190

Browse files
Update dependencies
Signed-off-by: Mark S. Lewis <[email protected]> (cherry picked from commit c203167)
1 parent 7fac5e4 commit 3a77190

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
<url>http://github.com/hyperledger/fabric-sdk-java</url>
2929
</scm>
3030
<properties>
31-
<grpc.version>1.51.0</grpc.version>
31+
<grpc.version>1.53.0</grpc.version>
3232
<protobuf.version>3.21.7</protobuf.version> <!-- Must match version used by grpc-protobuf -->
3333
<bouncycastle.version>1.70</bouncycastle.version>
34-
<httpclient.version>4.5.13</httpclient.version>
34+
<httpclient.version>4.5.14</httpclient.version>
3535
<javadoc.version>3.2.0</javadoc.version>
3636
<skipITs>true</skipITs>
3737
<alpn-boot-version>8.1.7.v20160121</alpn-boot-version>
@@ -81,14 +81,14 @@
8181
<dependency>
8282
<groupId>io.opentelemetry</groupId>
8383
<artifactId>opentelemetry-bom</artifactId>
84-
<version>1.22.0</version>
84+
<version>1.23.1</version>
8585
<type>pom</type>
8686
<scope>import</scope>
8787
</dependency>
8888
<dependency>
8989
<groupId>io.opentelemetry.instrumentation</groupId>
9090
<artifactId>opentelemetry-instrumentation-bom-alpha</artifactId>
91-
<version>1.22.0-alpha</version>
91+
<version>1.23.0-alpha</version>
9292
<type>pom</type>
9393
<scope>import</scope>
9494
</dependency>
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>org.mockito</groupId>
101101
<artifactId>mockito-core</artifactId>
102-
<version>4.9.0</version>
102+
<version>4.11.0</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>io.netty</groupId>
113113
<artifactId>netty-tcnative-boringssl-static</artifactId>
114-
<version>2.0.54.Final</version>
114+
<version>2.0.58.Final</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>io.grpc</groupId>
@@ -201,7 +201,7 @@
201201
<dependency>
202202
<groupId>com.google.api</groupId>
203203
<artifactId>api-common</artifactId>
204-
<version>2.2.2</version>
204+
<version>2.6.1</version>
205205
</dependency>
206206

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

0 commit comments

Comments
 (0)