|
4 | 4 | <groupId>org.hyperledger.fabric-sdk-java</groupId> |
5 | 5 | <artifactId>fabric-sdk-java</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | | - <version>1.4.8</version> |
| 7 | + <version>1.4.9</version> |
8 | 8 | <name>fabric-java-sdk</name> |
9 | 9 | <description>Java SDK for Hyperledger fabric project</description> |
10 | 10 | <url>https://www.hyperledger.org/community/projects</url> |
|
31 | 31 | <grpc.version>1.23.0</grpc.version><!-- CURRENT_GRPC_VERSION --> |
32 | 32 | <protobuf.version>3.10.0</protobuf.version> |
33 | 33 | <bouncycastle.version>1.62</bouncycastle.version> |
34 | | - <httpclient.version>4.5.10</httpclient.version> |
| 34 | + <httpclient.version>4.5.12</httpclient.version> |
35 | 35 | <javadoc.version>3.1.1</javadoc.version> |
36 | 36 | <skipITs>true</skipITs> |
37 | 37 | <alpn-boot-version>8.1.7.v20160121</alpn-boot-version> |
38 | 38 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
39 | 39 | <jacoco.version>0.7.9</jacoco.version> |
40 | | - <log4j.version>2.13.0</log4j.version> |
| 40 | + <log4j.version>2.13.2</log4j.version> |
41 | 41 | <org.hyperledger.fabric.sdktest.ITSuite>IntegrationSuite.java</org.hyperledger.fabric.sdktest.ITSuite> |
42 | 42 | <gpg.executable>gpg2</gpg.executable> |
43 | 43 | </properties> |
|
73 | 73 | <dependency> |
74 | 74 | <groupId>junit</groupId> |
75 | 75 | <artifactId>junit</artifactId> |
76 | | - <version>4.12</version> |
| 76 | + <version>4.13</version> |
77 | 77 | <scope>test</scope> |
78 | 78 | </dependency> |
79 | 79 | <dependency> |
|
102 | 102 | <dependency> |
103 | 103 | <groupId>io.netty</groupId> |
104 | 104 | <artifactId>netty-tcnative-boringssl-static</artifactId> |
105 | | - <version>2.0.26.Final</version> |
| 105 | + <version>2.0.30.Final</version> |
106 | 106 | </dependency> |
107 | 107 | <dependency> |
108 | 108 | <groupId>io.netty</groupId> |
109 | 109 | <artifactId>netty-codec-http2</artifactId> |
110 | | - <version>4.1.43.Final</version> |
| 110 | + <version>4.1.49.Final</version> |
111 | 111 | </dependency> |
112 | 112 | <!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java --> |
113 | 113 | <dependency> |
|
140 | 140 | <dependency> |
141 | 141 | <groupId>org.apache.commons</groupId> |
142 | 142 | <artifactId>commons-compress</artifactId> |
143 | | - <version>1.19</version> |
| 143 | + <version>1.20</version> |
144 | 144 | </dependency> |
145 | 145 | <dependency> |
146 | 146 | <groupId>commons-io</groupId> |
|
209 | 209 | <dependency> |
210 | 210 | <groupId>org.yaml</groupId> |
211 | 211 | <artifactId>snakeyaml</artifactId> |
212 | | - <version>1.25</version> |
| 212 | + <version>1.26</version> |
213 | 213 | </dependency> |
214 | 214 |
|
215 | 215 | <!-- https://mvnrepository.com/artifact/org.miracl.milagro.amcl/milagro-crypto-java --> |
|
0 commit comments