|
28 | 28 | <url>http://github.com/hyperledger/fabric-sdk-java</url>
|
29 | 29 | </scm>
|
30 | 30 | <properties>
|
31 |
| - <grpc.version>1.57.2</grpc.version> |
32 |
| - <protobuf.version>3.22.5</protobuf.version> <!-- Must match version used by grpc-protobuf --> |
| 31 | + <grpc.version>1.59.0</grpc.version> |
| 32 | + <protobuf.version>3.24.4</protobuf.version> <!-- Must match version used by grpc-protobuf --> |
33 | 33 | <bouncycastle.version>1.76</bouncycastle.version>
|
34 | 34 | <httpclient.version>4.5.14</httpclient.version>
|
35 |
| - <javadoc.version>3.5.0</javadoc.version> |
| 35 | + <javadoc.version>3.6.0</javadoc.version> |
36 | 36 | <skipITs>true</skipITs>
|
37 | 37 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
38 |
| - <jacoco.version>0.8.10</jacoco.version> |
39 |
| - <log4j.version>2.20.0</log4j.version> |
| 38 | + <jacoco.version>0.8.11</jacoco.version> |
| 39 | + <log4j.version>2.21.1</log4j.version> |
40 | 40 | <org.hyperledger.fabric.sdktest.ITSuite>IntegrationSuite.java</org.hyperledger.fabric.sdktest.ITSuite>
|
41 | 41 | <gpg.executable>gpg</gpg.executable>
|
42 | 42 | <javaVersion>8</javaVersion>
|
|
54 | 54 | <dependency>
|
55 | 55 | <groupId>io.opentelemetry</groupId>
|
56 | 56 | <artifactId>opentelemetry-bom</artifactId>
|
57 |
| - <version>1.29.0</version> |
| 57 | + <version>1.31.0</version> |
58 | 58 | <type>pom</type>
|
59 | 59 | <scope>import</scope>
|
60 | 60 | </dependency>
|
|
116 | 116 | <dependency>
|
117 | 117 | <groupId>commons-cli</groupId>
|
118 | 118 | <artifactId>commons-cli</artifactId>
|
119 |
| - <version>1.5.0</version> |
| 119 | + <version>1.6.0</version> |
120 | 120 | </dependency>
|
121 | 121 | <dependency>
|
122 | 122 | <groupId>org.apache.commons</groupId>
|
|
126 | 126 | <dependency>
|
127 | 127 | <groupId>commons-io</groupId>
|
128 | 128 | <artifactId>commons-io</artifactId>
|
129 |
| - <version>2.13.0</version> |
| 129 | + <version>2.15.0</version> |
130 | 130 | </dependency>
|
131 | 131 |
|
132 | 132 | <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
|
|
162 | 162 | <dependency>
|
163 | 163 | <groupId>com.spotify</groupId>
|
164 | 164 | <artifactId>futures-extra</artifactId>
|
165 |
| - <version>4.3.1</version> |
| 165 | + <version>4.3.3</version> |
166 | 166 | </dependency>
|
167 | 167 | <dependency>
|
168 | 168 | <groupId>com.google.api</groupId>
|
169 | 169 | <artifactId>api-common</artifactId>
|
170 |
| - <version>2.15.0</version> |
| 170 | + <version>2.19.0</version> |
171 | 171 | </dependency>
|
172 | 172 |
|
173 | 173 | <dependency>
|
|
179 | 179 | <dependency>
|
180 | 180 | <groupId>org.yaml</groupId>
|
181 | 181 | <artifactId>snakeyaml</artifactId>
|
182 |
| - <version>2.1</version> |
| 182 | + <version>2.2</version> |
183 | 183 | </dependency>
|
184 | 184 |
|
185 | 185 | <dependency>
|
|
222 | 222 | <dependency>
|
223 | 223 | <groupId>io.opentelemetry.instrumentation</groupId>
|
224 | 224 | <artifactId>opentelemetry-grpc-1.6</artifactId>
|
225 |
| - <version>1.29.0-alpha</version> |
| 225 | + <version>1.31.0-alpha</version> |
226 | 226 | </dependency>
|
227 | 227 | <dependency>
|
228 | 228 | <groupId>io.opentelemetry.proto</groupId>
|
|
255 | 255 | <plugin>
|
256 | 256 | <groupId>org.apache.maven.plugins</groupId>
|
257 | 257 | <artifactId>maven-surefire-plugin</artifactId>
|
258 |
| - <version>3.1.2</version> |
| 258 | + <version>3.2.1</version> |
259 | 259 | <configuration>
|
260 | 260 | <argLine>${surefireArgLine}</argLine>
|
261 | 261 | <includes>
|
|
267 | 267 | <plugin>
|
268 | 268 | <groupId>org.apache.maven.plugins</groupId>
|
269 | 269 | <artifactId>maven-failsafe-plugin</artifactId>
|
270 |
| - <version>3.1.2</version> |
| 270 | + <version>3.2.1</version> |
271 | 271 | <configuration>
|
272 | 272 | <argLine>${failsafeArgLine}</argLine>
|
273 | 273 | <includes>
|
|
584 | 584 | <plugin>
|
585 | 585 | <groupId>org.apache.maven.plugins</groupId>
|
586 | 586 | <artifactId>maven-enforcer-plugin</artifactId>
|
587 |
| - <version>3.3.0</version> |
| 587 | + <version>3.4.1</version> |
588 | 588 | <executions>
|
589 | 589 | <execution>
|
590 | 590 | <id>enforce-maven</id>
|
|
619 | 619 | <plugin>
|
620 | 620 | <groupId>org.owasp</groupId>
|
621 | 621 | <artifactId>dependency-check-maven</artifactId>
|
622 |
| - <version>8.3.1</version> |
| 622 | + <version>8.4.2</version> |
623 | 623 | <configuration>
|
624 | 624 | <skipProvidedScope>true</skipProvidedScope>
|
625 | 625 | <skipTestScope>true</skipTestScope>
|
|
668 | 668 | <plugin>
|
669 | 669 | <groupId>org.apache.maven.plugins</groupId>
|
670 | 670 | <artifactId>maven-checkstyle-plugin</artifactId>
|
671 |
| - <version>3.3.0</version> |
| 671 | + <version>3.3.1</version> |
672 | 672 | <executions>
|
673 | 673 | <execution>
|
674 | 674 | <id>validate</id>
|
|
695 | 695 | <dependency>
|
696 | 696 | <groupId>com.puppycrawl.tools</groupId>
|
697 | 697 | <artifactId>checkstyle</artifactId>
|
698 |
| - <version>10.12.2</version> |
| 698 | + <version>10.12.4</version> |
699 | 699 | </dependency>
|
700 | 700 | </dependencies>
|
701 | 701 | </plugin>
|
|
0 commit comments