|
176 | 176 | <dependency> |
177 | 177 | <groupId>org.bouncycastle</groupId> |
178 | 178 | <artifactId>bcpkix-jdk18on</artifactId> |
179 | | - <version>1.82</version> |
| 179 | + <version>1.83</version> |
180 | 180 | <type>jar</type> |
181 | 181 | </dependency> |
182 | 182 | <dependency> |
|
224 | 224 | <dependency> |
225 | 225 | <groupId>org.glassfish.jersey.core</groupId> |
226 | 226 | <artifactId>jersey-client</artifactId> |
227 | | - <version>3.1.11</version> |
| 227 | + <version>4.0.0</version> |
228 | 228 | <type>jar</type> |
229 | 229 | </dependency> |
230 | 230 | <dependency> |
231 | 231 | <groupId>org.glassfish.jersey.core</groupId> |
232 | 232 | <artifactId>jersey-common</artifactId> |
233 | | - <version>3.1.11</version> |
| 233 | + <version>4.0.0</version> |
234 | 234 | <type>jar</type> |
235 | 235 | </dependency> |
236 | 236 | <dependency> |
237 | 237 | <groupId>org.glassfish.jersey.core</groupId> |
238 | 238 | <artifactId>jersey-server</artifactId> |
239 | | - <version>3.1.11</version> |
| 239 | + <version>4.0.0</version> |
240 | 240 | <type>jar</type> |
241 | 241 | </dependency> |
242 | 242 | <dependency> |
243 | 243 | <groupId>org.glassfish.jersey.ext</groupId> |
244 | 244 | <artifactId>jersey-entity-filtering</artifactId> |
245 | | - <version>3.1.11</version> |
| 245 | + <version>4.0.0</version> |
246 | 246 | <type>jar</type> |
247 | 247 | </dependency> |
248 | 248 | <dependency> |
249 | 249 | <groupId>org.glassfish.jersey.media</groupId> |
250 | 250 | <artifactId>jersey-media-json-jackson</artifactId> |
251 | | - <version>3.1.11</version> |
| 251 | + <version>4.0.0</version> |
252 | 252 | <type>jar</type> |
253 | 253 | </dependency> |
254 | 254 | <dependency> |
255 | 255 | <groupId>org.glassfish.jersey.inject</groupId> |
256 | 256 | <artifactId>jersey-hk2</artifactId> |
257 | | - <version>3.1.11</version> |
| 257 | + <version>4.0.0</version> |
258 | 258 | <type>jar</type> |
259 | 259 | </dependency> |
260 | 260 | <dependency> |
|
266 | 266 | <dependency> |
267 | 267 | <groupId>org.mandas</groupId> |
268 | 268 | <artifactId>docker-client</artifactId> |
269 | | - <version>9.0.4</version> |
| 269 | + <version>10.0.0</version> |
270 | 270 | <type>jar</type> |
271 | 271 | </dependency> |
272 | 272 | </dependencies> |
|
0 commit comments