|
27 | 27 | <url>http://github.com/hyperledger/fabric-sdk-java</url> |
28 | 28 | </scm> |
29 | 29 | <properties> |
30 | | - <grpc.version>1.43.2</grpc.version> |
31 | | - <protobuf.version>3.19.2</protobuf.version> <!-- Must match version used by grpc-protobuf --> |
| 30 | + <grpc.version>1.49.1</grpc.version> |
| 31 | + <protobuf.version>3.21.1</protobuf.version> <!-- Must match version used by grpc-protobuf --> |
32 | 32 | <bouncycastle.version>1.70</bouncycastle.version> |
33 | 33 | <httpclient.version>4.5.13</httpclient.version> |
34 | 34 | <javadoc.version>3.2.0</javadoc.version> |
35 | 35 | <skipITs>true</skipITs> |
36 | 36 | <alpn-boot-version>8.1.7.v20160121</alpn-boot-version> |
37 | 37 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
38 | | - <jacoco.version>0.8.5</jacoco.version> |
39 | | - <log4j.version>2.17.1</log4j.version> |
| 38 | + <jacoco.version>0.8.8</jacoco.version> |
| 39 | + <log4j.version>2.19.0</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 | </properties> |
|
98 | 98 | <dependency> |
99 | 99 | <groupId>org.mockito</groupId> |
100 | 100 | <artifactId>mockito-core</artifactId> |
101 | | - <version>4.2.0</version> |
| 101 | + <version>4.8.0</version> |
102 | 102 | <scope>test</scope> |
103 | 103 | </dependency> |
104 | 104 | <dependency> |
|
110 | 110 | <dependency> |
111 | 111 | <groupId>io.netty</groupId> |
112 | 112 | <artifactId>netty-tcnative-boringssl-static</artifactId> |
113 | | - <version>2.0.47.Final</version> |
| 113 | + <version>2.0.54.Final</version> |
114 | 114 | </dependency> |
115 | 115 | <dependency> |
116 | 116 | <groupId>io.grpc</groupId> |
|
200 | 200 | <dependency> |
201 | 201 | <groupId>com.google.api</groupId> |
202 | 202 | <artifactId>api-common</artifactId> |
203 | | - <version>2.1.2</version> |
| 203 | + <version>2.2.1</version> |
204 | 204 | </dependency> |
205 | 205 |
|
206 | 206 | <!-- https://mvnrepository.com/artifact/org.glassfish/javax.json --> |
|
647 | 647 | <plugin> |
648 | 648 | <groupId>org.owasp</groupId> |
649 | 649 | <artifactId>dependency-check-maven</artifactId> |
650 | | - <version>7.1.0</version> |
| 650 | + <version>7.2.1</version> |
651 | 651 | <configuration> |
652 | 652 | <skipProvidedScope>true</skipProvidedScope> |
653 | 653 | <skipTestScope>true</skipTestScope> |
|
0 commit comments