Skip to content

Commit 1c5af5e

Browse files
committed
Upgrade to Spring Framework 6.2.4.
Closes #2510
1 parent 1ae183e commit 1c5af5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<rxjava3>3.1.10</rxjava3>
130130
<smallrye-mutiny>1.10.0</smallrye-mutiny>
131131
<slf4j>2.0.2</slf4j>
132-
<spring>6.2.4-SNAPSHOT</spring>
132+
<spring>6.2.4</spring>
133133
<antora.playbook>src/main/antora/antora-playbook.yml</antora.playbook>
134134
<spring-antora>0.0.4</spring-antora>
135135
<maven-antora>1.0.0-alpha.4</maven-antora>
@@ -907,7 +907,7 @@
907907
<profile>
908908
<id>spring6-next</id>
909909
<properties>
910-
<spring>6.2.4-SNAPSHOT</spring>
910+
<spring>6.2.5-SNAPSHOT</spring>
911911
</properties>
912912
<repositories>
913913
<repository>
@@ -1514,4 +1514,4 @@
15141514
</repository>
15151515
</repositories>
15161516

1517-
</project>
1517+
</project>

0 commit comments

Comments
 (0)