|
64 | 64 | <checkstyle.version>10.20.1</checkstyle.version> |
65 | 65 | <system-stubs.version>2.1.3</system-stubs.version> |
66 | 66 | <surefire.version>3.5.2</surefire.version> |
67 | | - <springframework.version>6.1.14</springframework.version> |
| 67 | + <springframework.version>6.2.0</springframework.version> |
68 | 68 | <dotenv-java.version>3.0.2</dotenv-java.version> |
69 | 69 | <mockito.version>5.14.2</mockito.version> |
70 | 70 | <!-- Quality assurance --> |
|
105 | 105 | <dependency> |
106 | 106 | <groupId>javax.annotation</groupId> |
107 | 107 | <artifactId>javax.annotation-api</artifactId> |
108 | | - <version>1.2</version> |
| 108 | + <version>1.3.2</version> |
109 | 109 | </dependency> |
110 | 110 | <dependency> |
111 | 111 | <groupId>io.github.cdimascio</groupId> |
@@ -482,7 +482,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma |
482 | 482 | <plugin> |
483 | 483 | <groupId>com.github.spotbugs</groupId> |
484 | 484 | <artifactId>spotbugs-maven-plugin</artifactId> |
485 | | - <version>4.8.6.5</version> |
| 485 | + <version>4.8.6.6</version> |
486 | 486 | <configuration> |
487 | 487 | <includeFilterFile>${project.rootdir}/.pipeline/spotbugs.xml</includeFilterFile> |
488 | 488 | <!-- Exclude generated clients --> |
@@ -629,7 +629,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma |
629 | 629 | <dependency> |
630 | 630 | <groupId>org.projectlombok</groupId> |
631 | 631 | <artifactId>lombok</artifactId> |
632 | | - <version>1.18.34</version> |
| 632 | + <version>1.18.36</version> |
633 | 633 | </dependency> |
634 | 634 | </dependencies> |
635 | 635 | <executions> |
|
0 commit comments