|
28 | 28 | <tag>fabric-sdk-java-1.0</tag> |
29 | 29 | </scm> |
30 | 30 | <properties> |
31 | | - <grpc.version>1.5.0</grpc.version><!-- CURRENT_GRPC_VERSION --> |
32 | | - <bouncycastle.version>1.57</bouncycastle.version> |
| 31 | + <grpc.version>1.7.0</grpc.version><!-- CURRENT_GRPC_VERSION --> |
| 32 | + <bouncycastle.version>1.58</bouncycastle.version> |
33 | 33 | <httpclient.version>4.5.3</httpclient.version> |
34 | 34 | <skipITs>true</skipITs> |
35 | 35 | <alpn-boot-version>8.1.7.v20160121</alpn-boot-version> |
|
87 | 87 | <dependency> |
88 | 88 | <groupId>io.netty</groupId> |
89 | 89 | <artifactId>netty-tcnative-boringssl-static</artifactId> |
90 | | - <version>2.0.5.Final</version> |
| 90 | + <version>2.0.7.Final</version> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>io.netty</groupId> |
94 | 94 | <artifactId>netty-codec-http2</artifactId> |
95 | | - <version>4.1.13.Final</version> |
| 95 | + <version>4.1.17.Final</version> |
96 | 96 | </dependency> |
97 | 97 | <!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java --> |
98 | 98 | <dependency> |
99 | 99 | <groupId>com.google.protobuf</groupId> |
100 | 100 | <artifactId>protobuf-java</artifactId> |
101 | | - <version>3.4.0</version> |
| 101 | + <version>3.5.0</version> |
102 | 102 | </dependency> |
103 | 103 | <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on --> |
104 | 104 | <dependency> |
|
120 | 120 | <dependency> |
121 | 121 | <groupId>org.apache.commons</groupId> |
122 | 122 | <artifactId>commons-compress</artifactId> |
123 | | - <version>1.14</version> |
| 123 | + <version>1.15</version> |
124 | 124 | </dependency> |
125 | 125 | <dependency> |
126 | 126 | <groupId>commons-io</groupId> |
127 | 127 | <artifactId>commons-io</artifactId> |
128 | | - <version>2.5</version> |
| 128 | + <version>2.6</version> |
129 | 129 | </dependency> |
130 | 130 |
|
131 | 131 | <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core --> |
|
163 | 163 | <dependency> |
164 | 164 | <groupId>org.glassfish</groupId> |
165 | 165 | <artifactId>javax.json</artifactId> |
166 | | - <version>1.1</version> |
| 166 | + <version>1.1.2</version> |
167 | 167 | </dependency> |
168 | 168 |
|
169 | 169 | <!--<!– https://mvnrepository.com/artifact/org.mortbay.jetty.alpn/jetty-alpn-agent –>--> |
|
185 | 185 | <dependency> |
186 | 186 | <groupId>org.yaml</groupId> |
187 | 187 | <artifactId>snakeyaml</artifactId> |
188 | | - <version>1.18</version> |
| 188 | + <version>1.19</version> |
189 | 189 | </dependency> |
190 | 190 |
|
191 | 191 | </dependencies> |
|
0 commit comments