Skip to content

Commit 6e9a02b

Browse files
committed
Merge branch 'main' into Response-Convenience#110
2 parents 1768a98 + 908268c commit 6e9a02b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<checkstyle.version>10.20.1</checkstyle.version>
6565
<system-stubs.version>2.1.3</system-stubs.version>
6666
<surefire.version>3.5.2</surefire.version>
67-
<springframework.version>6.1.14</springframework.version>
67+
<springframework.version>6.2.0</springframework.version>
6868
<dotenv-java.version>3.0.2</dotenv-java.version>
6969
<mockito.version>5.14.2</mockito.version>
7070
<!-- Quality assurance -->
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>javax.annotation</groupId>
107107
<artifactId>javax.annotation-api</artifactId>
108-
<version>1.2</version>
108+
<version>1.3.2</version>
109109
</dependency>
110110
<dependency>
111111
<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
482482
<plugin>
483483
<groupId>com.github.spotbugs</groupId>
484484
<artifactId>spotbugs-maven-plugin</artifactId>
485-
<version>4.8.6.5</version>
485+
<version>4.8.6.6</version>
486486
<configuration>
487487
<includeFilterFile>${project.rootdir}/.pipeline/spotbugs.xml</includeFilterFile>
488488
<!-- Exclude generated clients -->
@@ -629,7 +629,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
629629
<dependency>
630630
<groupId>org.projectlombok</groupId>
631631
<artifactId>lombok</artifactId>
632-
<version>1.18.34</version>
632+
<version>1.18.36</version>
633633
</dependency>
634634
</dependencies>
635635
<executions>

0 commit comments

Comments
 (0)