|
28 | 28 | <url>http://github.com/hyperledger/fabric-sdk-java</url>
|
29 | 29 | </scm>
|
30 | 30 | <properties>
|
31 |
| - <grpc.version>1.51.0</grpc.version> |
| 31 | + <grpc.version>1.53.0</grpc.version> |
32 | 32 | <protobuf.version>3.21.7</protobuf.version> <!-- Must match version used by grpc-protobuf -->
|
33 | 33 | <bouncycastle.version>1.70</bouncycastle.version>
|
34 |
| - <httpclient.version>4.5.13</httpclient.version> |
| 34 | + <httpclient.version>4.5.14</httpclient.version> |
35 | 35 | <javadoc.version>3.2.0</javadoc.version>
|
36 | 36 | <skipITs>true</skipITs>
|
37 | 37 | <alpn-boot-version>8.1.7.v20160121</alpn-boot-version>
|
|
81 | 81 | <dependency>
|
82 | 82 | <groupId>io.opentelemetry</groupId>
|
83 | 83 | <artifactId>opentelemetry-bom</artifactId>
|
84 |
| - <version>1.22.0</version> |
| 84 | + <version>1.23.1</version> |
85 | 85 | <type>pom</type>
|
86 | 86 | <scope>import</scope>
|
87 | 87 | </dependency>
|
88 | 88 | <dependency>
|
89 | 89 | <groupId>io.opentelemetry.instrumentation</groupId>
|
90 | 90 | <artifactId>opentelemetry-instrumentation-bom-alpha</artifactId>
|
91 |
| - <version>1.22.0-alpha</version> |
| 91 | + <version>1.23.0-alpha</version> |
92 | 92 | <type>pom</type>
|
93 | 93 | <scope>import</scope>
|
94 | 94 | </dependency>
|
|
99 | 99 | <dependency>
|
100 | 100 | <groupId>org.mockito</groupId>
|
101 | 101 | <artifactId>mockito-core</artifactId>
|
102 |
| - <version>4.9.0</version> |
| 102 | + <version>4.11.0</version> |
103 | 103 | <scope>test</scope>
|
104 | 104 | </dependency>
|
105 | 105 | <dependency>
|
|
111 | 111 | <dependency>
|
112 | 112 | <groupId>io.netty</groupId>
|
113 | 113 | <artifactId>netty-tcnative-boringssl-static</artifactId>
|
114 |
| - <version>2.0.54.Final</version> |
| 114 | + <version>2.0.58.Final</version> |
115 | 115 | </dependency>
|
116 | 116 | <dependency>
|
117 | 117 | <groupId>io.grpc</groupId>
|
|
201 | 201 | <dependency>
|
202 | 202 | <groupId>com.google.api</groupId>
|
203 | 203 | <artifactId>api-common</artifactId>
|
204 |
| - <version>2.2.2</version> |
| 204 | + <version>2.6.1</version> |
205 | 205 | </dependency>
|
206 | 206 |
|
207 | 207 | <!-- https://mvnrepository.com/artifact/org.glassfish/javax.json -->
|
|
0 commit comments