|
268 | 268 | <dependency> |
269 | 269 | <groupId>junit</groupId> |
270 | 270 | <artifactId>junit</artifactId> |
271 | | - <version>4.13.1</version> |
| 271 | + <version>4.13.2</version> |
272 | 272 | <scope>test</scope> |
273 | 273 | </dependency> |
274 | 274 | <dependency> |
275 | 275 | <groupId>org.mockito</groupId> |
276 | 276 | <artifactId>mockito-core</artifactId> |
277 | | - <version>3.8.0</version> |
| 277 | + <version>3.12.4</version> |
278 | 278 | <scope>test</scope> |
279 | 279 | </dependency> |
280 | 280 |
|
|
286 | 286 | <dependency> |
287 | 287 | <groupId>com.fasterxml.jackson.datatype</groupId> |
288 | 288 | <artifactId>jackson-datatype-jdk8</artifactId> |
289 | | - <version>2.13.3</version> |
| 289 | + <version>2.13.4</version> |
290 | 290 | </dependency> |
291 | 291 | <dependency> |
292 | 292 | <groupId>com.fasterxml.jackson.datatype</groupId> |
293 | 293 | <artifactId>jackson-datatype-jsr310</artifactId> |
294 | | - <version>2.13.3</version> |
| 294 | + <version>2.13.4</version> |
295 | 295 | </dependency> |
296 | 296 | <dependency> |
297 | 297 | <groupId>com.fasterxml.jackson.core</groupId> |
|
302 | 302 | <dependency> |
303 | 303 | <groupId>com.codepoetics</groupId> |
304 | 304 | <artifactId>protonpack</artifactId> |
305 | | - <version>1.13</version> |
| 305 | + <version>1.16</version> |
306 | 306 | </dependency> |
307 | 307 | <dependency> |
308 | 308 | <groupId>com.auth0</groupId> |
309 | 309 | <artifactId>java-jwt</artifactId> |
310 | | - <version>3.13.0</version> |
| 310 | + <version>3.19.2</version> |
311 | 311 | </dependency> |
312 | 312 | <dependency> |
313 | 313 | <groupId>com.auth0</groupId> |
314 | 314 | <artifactId>jwks-rsa</artifactId> |
315 | | - <version>0.15.0</version> |
| 315 | + <version>0.21.2</version> |
316 | 316 | </dependency> |
317 | 317 | <dependency> |
318 | 318 | <groupId>org.slf4j</groupId> |
319 | 319 | <artifactId>slf4j-api</artifactId> |
320 | | - <version>1.7.22</version> |
| 320 | + <version>1.7.36</version> |
321 | 321 | </dependency> |
322 | 322 | <dependency> |
323 | 323 | <groupId>org.apache.commons</groupId> |
324 | 324 | <artifactId>commons-lang3</artifactId> |
325 | | - <version>3.9</version> |
| 325 | + <version>3.12.0</version> |
326 | 326 | </dependency> |
327 | 327 | <dependency> |
328 | 328 | <groupId>commons-io</groupId> |
329 | 329 | <artifactId>commons-io</artifactId> |
330 | | - <version>2.8.0</version> |
| 330 | + <version>2.11.0</version> |
331 | 331 | </dependency> |
332 | 332 | <dependency> |
333 | 333 | <groupId>com.google.guava</groupId> |
334 | 334 | <artifactId>guava</artifactId> |
335 | | - <version>30.1-jre</version> |
| 335 | + <version>31.1-jre</version> |
336 | 336 | </dependency> |
337 | 337 | <dependency> |
338 | 338 | <groupId>net.minidev</groupId> |
339 | 339 | <artifactId>json-smart</artifactId> |
340 | | - <version>2.4.7</version> |
| 340 | + <version>2.4.8</version> |
341 | 341 | </dependency> |
342 | 342 |
|
343 | 343 | <dependency> |
344 | 344 | <groupId>org.apache.logging.log4j</groupId> |
345 | 345 | <artifactId>log4j-api</artifactId> |
346 | | - <version>2.17.1</version> |
| 346 | + <version>2.19.0</version> |
347 | 347 | <scope>test</scope> |
348 | 348 | </dependency> |
349 | 349 | <dependency> |
350 | 350 | <groupId>org.slf4j</groupId> |
351 | 351 | <artifactId>slf4j-log4j12</artifactId> |
352 | | - <version>1.7.25</version> |
| 352 | + <version>1.7.36</version> |
353 | 353 | <scope>test</scope> |
354 | 354 | </dependency> |
355 | 355 | <dependency> |
356 | 356 | <groupId>org.apache.logging.log4j</groupId> |
357 | 357 | <artifactId>log4j-core</artifactId> |
358 | | - <version>2.17.1</version> |
| 358 | + <version>2.19.0</version> |
359 | 359 | <scope>test</scope> |
360 | 360 | </dependency> |
361 | 361 |
|
362 | 362 | <dependency> |
363 | 363 | <groupId>com.squareup.okhttp3</groupId> |
364 | 364 | <artifactId>okhttp</artifactId> |
365 | | - <version>3.12.2</version> |
| 365 | + <version>3.14.9</version> |
366 | 366 | </dependency> |
367 | 367 | <dependency> |
368 | 368 | <groupId>com.squareup.okhttp3</groupId> |
369 | 369 | <artifactId>logging-interceptor</artifactId> |
370 | | - <version>3.12.2</version> |
| 370 | + <version>3.14.9</version> |
371 | 371 | </dependency> |
372 | 372 | <dependency> |
373 | 373 | <groupId>com.squareup.okhttp3</groupId> |
374 | 374 | <artifactId>okhttp-urlconnection</artifactId> |
375 | | - <version>3.12.2</version> |
| 375 | + <version>3.14.9</version> |
376 | 376 | </dependency> |
377 | 377 | <dependency> |
378 | 378 | <groupId>com.squareup.okhttp3</groupId> |
379 | 379 | <artifactId>mockwebserver</artifactId> |
380 | | - <version>3.12.2</version> |
| 380 | + <version>3.14.9</version> |
381 | 381 | <scope>test</scope> |
382 | 382 | </dependency> |
383 | 383 |
|
|
0 commit comments