|
52 | 52 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
53 | 53 | <java.version>17</java.version> |
54 | 54 | <gradle-api.version>8.11.1</gradle-api.version> |
55 | | - <gson.version>2.11.0</gson.version> |
| 55 | + <gson.version>2.13.2</gson.version> |
56 | 56 | <moshi.version>1.15.2</moshi.version> |
57 | 57 | <jackson.version>2.21.0</jackson.version> |
58 | 58 | <mockito.version>5.21.0</mockito.version> |
59 | 59 | <jackson3.version>3.0.2</jackson3.version> |
60 | | - <maven.plugin.plugin.version>3.8.1</maven.plugin.plugin.version> |
| 60 | + <maven.plugin.plugin.version>3.15.2</maven.plugin.plugin.version> |
61 | 61 | </properties> |
62 | 62 |
|
63 | 63 | <reporting> |
|
73 | 73 | </plugin> |
74 | 74 | <plugin> |
75 | 75 | <artifactId>maven-compiler-plugin</artifactId> |
76 | | - <version>3.14.1</version> |
| 76 | + <version>3.15.0</version> |
77 | 77 | </plugin> |
78 | 78 | <plugin> |
79 | 79 | <artifactId>maven-dependency-plugin</artifactId> |
|
403 | 403 | <dependency> |
404 | 404 | <groupId>net.bytebuddy</groupId> |
405 | 405 | <artifactId>byte-buddy-parent</artifactId> |
406 | | - <version>1.17.7</version> |
| 406 | + <version>1.18.4</version> |
407 | 407 | <type>pom</type> |
408 | 408 | <scope>import</scope> |
409 | 409 | </dependency> |
|
450 | 450 | <dependency> |
451 | 451 | <groupId>commons-codec</groupId> |
452 | 452 | <artifactId>commons-codec</artifactId> |
453 | | - <version>1.20.0</version> |
| 453 | + <version>1.21.0</version> |
454 | 454 | <scope>test</scope> |
455 | 455 | </dependency> |
456 | 456 | <dependency> |
|
481 | 481 | <dependency> |
482 | 482 | <groupId>jakarta.validation</groupId> |
483 | 483 | <artifactId>jakarta.validation-api</artifactId> |
484 | | - <version>3.0.2</version> |
| 484 | + <version>3.1.1</version> |
485 | 485 | </dependency> |
486 | 486 | <dependency> |
487 | 487 | <groupId>joda-time</groupId> |
|
491 | 491 | <dependency> |
492 | 492 | <groupId>org.slf4j</groupId> |
493 | 493 | <artifactId>slf4j-simple</artifactId> |
494 | | - <version>1.7.36</version> |
| 494 | + <version>2.0.17</version> |
495 | 495 | <scope>test</scope> |
496 | 496 | </dependency> |
497 | 497 | <dependency> |
|
523 | 523 | <dependency> |
524 | 524 | <groupId>org.apache.maven</groupId> |
525 | 525 | <artifactId>maven-plugin-api</artifactId> |
526 | | - <version>3.9.11</version> |
| 526 | + <version>3.9.12</version> |
527 | 527 | <scope>provided</scope> |
528 | 528 | </dependency> |
529 | 529 | <dependency> |
|
535 | 535 | <dependency> |
536 | 536 | <groupId>org.apache.maven</groupId> |
537 | 537 | <artifactId>maven-core</artifactId> |
538 | | - <version>3.9.11</version> |
| 538 | + <version>3.9.12</version> |
539 | 539 | <scope>provided</scope> |
540 | 540 | </dependency> |
541 | 541 | <dependency> |
|
562 | 562 | <dependency> |
563 | 563 | <groupId>org.hibernate.validator</groupId> |
564 | 564 | <artifactId>hibernate-validator</artifactId> |
565 | | - <version>7.0.5.Final</version> |
| 565 | + <version>9.1.0.Final</version> |
566 | 566 | <scope>test</scope> |
567 | 567 | </dependency> |
568 | 568 | <dependency> |
|
0 commit comments