|
103 | 103 | <properties>
|
104 | 104 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
105 | 105 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
106 |
| - <spring.version>5.3.27</spring.version> |
107 |
| - <slf4j.version>1.6.1</slf4j.version> |
| 106 | + <spring.version>5.3.39</spring.version> |
| 107 | + <slf4j.version>1.7.36</slf4j.version> |
108 | 108 | <jdk.version>1.8</jdk.version>
|
109 | 109 | <project.build.javaVersion>${jdk.version}</project.build.javaVersion>
|
110 | 110 | <maven.compile.targetLevel>${jdk.version}</maven.compile.targetLevel>
|
111 | 111 | <maven.compile.sourceLevel>${jdk.version}</maven.compile.sourceLevel>
|
112 | 112 | <java.major.source.version>${jdk.version}</java.major.source.version>
|
113 | 113 | <java.major.target.version>${jdk.version}</java.major.target.version>
|
114 |
| - <metrics3.version>2.0.13</metrics3.version> |
115 |
| - <unit.version>2.0</unit.version> |
116 |
| - <unit.ri.version>2.0.4</unit.ri.version> |
117 |
| - <unit.systems.version>2.0.2</unit.systems.version> |
118 |
| - <unitils.version>3.4.3</unitils.version> |
119 |
| - <jackson.version>2.16.0</jackson.version> |
120 |
| - <mockito.version>4.3.1</mockito.version> |
| 114 | + <metrics3.version>2.0.35</metrics3.version> |
| 115 | + <unit.version>2.2</unit.version> |
| 116 | + <unit.ri.version>2.2</unit.ri.version> |
| 117 | + <unit.systems.version>2.1</unit.systems.version> |
| 118 | + <unitils.version>3.4.6</unitils.version> |
| 119 | + <jackson.version>2.17.2</jackson.version> |
| 120 | + <mockito.version>5.13.0</mockito.version> |
121 | 121 | <license-maven-plugin.version>3.0</license-maven-plugin.version>
|
122 | 122 | </properties>
|
123 | 123 |
|
|
372 | 372 | <artifactId>slf4j-api</artifactId>
|
373 | 373 | <version>${slf4j.version}</version>
|
374 | 374 | </dependency>
|
| 375 | + <dependency> |
| 376 | + <groupId>org.slf4j</groupId> |
| 377 | + <artifactId>slf4j-simple</artifactId> |
| 378 | + <version>${slf4j.version}</version> |
| 379 | + </dependency> |
375 | 380 | <dependency>
|
376 | 381 | <groupId>com.google.guava</groupId>
|
377 | 382 | <artifactId>guava</artifactId>
|
378 |
| - <version>32.1.3-jre</version> |
| 383 | + <version>33.3.0-jre</version> |
379 | 384 | </dependency>
|
380 | 385 | <dependency>
|
381 | 386 | <groupId>org.mockito</groupId>
|
382 | 387 | <artifactId>mockito-core</artifactId>
|
383 | 388 | <version>${mockito.version}</version>
|
384 | 389 | </dependency>
|
385 |
| - <dependency> |
386 |
| - <groupId>org.mockito</groupId> |
387 |
| - <artifactId>mockito-inline</artifactId> |
388 |
| - <version>${mockito.version}</version> |
389 |
| - </dependency> |
390 | 390 | <dependency>
|
391 | 391 | <groupId>net.jcip</groupId>
|
392 | 392 | <artifactId>jcip-annotations</artifactId>
|
|
395 | 395 | <dependency>
|
396 | 396 | <groupId>commons-io</groupId>
|
397 | 397 | <artifactId>commons-io</artifactId>
|
398 |
| - <version>2.7</version> |
| 398 | + <version>2.16.1</version> |
399 | 399 | </dependency>
|
400 | 400 | <dependency>
|
401 |
| - <groupId>commons-lang</groupId> |
402 |
| - <artifactId>commons-lang</artifactId> |
403 |
| - <version>2.6</version> |
| 401 | + <groupId>org.apache.commons</groupId> |
| 402 | + <artifactId>commons-lang3</artifactId> |
| 403 | + <version>3.16.0</version> |
404 | 404 | </dependency>
|
405 | 405 | <dependency>
|
406 | 406 | <groupId>org.springframework</groupId>
|
|
422 | 422 | <artifactId>hamcrest-all</artifactId>
|
423 | 423 | <version>1.3</version>
|
424 | 424 | </dependency>
|
| 425 | + <dependency> |
| 426 | + <groupId>org.unitils</groupId> |
| 427 | + <artifactId>unitils-core</artifactId> |
| 428 | + <version>${unitils.version}</version> |
| 429 | + </dependency> |
| 430 | + <dependency> |
| 431 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 432 | + <artifactId>jackson-core</artifactId> |
| 433 | + <version>${jackson.version}</version> |
| 434 | + </dependency> |
| 435 | + <dependency> |
| 436 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 437 | + <artifactId>jackson-annotations</artifactId> |
| 438 | + <version>${jackson.version}</version> |
| 439 | + </dependency> |
| 440 | + <dependency> |
| 441 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 442 | + <artifactId>jackson-databind</artifactId> |
| 443 | + <version>${jackson.version}</version> |
| 444 | + </dependency> |
425 | 445 | </dependencies>
|
426 | 446 | </dependencyManagement>
|
427 | 447 |
|
428 | 448 | <dependencies>
|
429 | 449 | <dependency>
|
430 | 450 | <groupId>junit</groupId>
|
431 | 451 | <artifactId>junit</artifactId>
|
432 |
| - <version>4.13.1</version> |
| 452 | + <version>4.13.2</version> |
433 | 453 | <type>jar</type>
|
434 | 454 | <scope>test</scope>
|
435 | 455 | </dependency>
|
|
440 | 460 | <dependency>
|
441 | 461 | <groupId>com.fasterxml.jackson.core</groupId>
|
442 | 462 | <artifactId>jackson-core</artifactId>
|
443 |
| - <version>${jackson.version}</version> |
444 | 463 | </dependency>
|
445 | 464 | <dependency>
|
446 | 465 | <groupId>com.fasterxml.jackson.core</groupId>
|
447 | 466 | <artifactId>jackson-annotations</artifactId>
|
448 |
| - <version>${jackson.version}</version> |
449 | 467 | </dependency>
|
450 | 468 | <dependency>
|
451 | 469 | <groupId>com.fasterxml.jackson.core</groupId>
|
452 | 470 | <artifactId>jackson-databind</artifactId>
|
453 |
| - <version>${jackson.version}</version> |
454 | 471 | </dependency>
|
455 | 472 | </dependencies>
|
456 | 473 | <repositories>
|
|
0 commit comments