Skip to content

Commit 7ead2cd

Browse files
committed
Upgrade to Spring Framework 6.2 GA.
Closes #2408
1 parent a1a080e commit 7ead2cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<rxjava3>3.1.9</rxjava3>
130130
<smallrye-mutiny>1.10.0</smallrye-mutiny>
131131
<slf4j>2.0.2</slf4j>
132-
<spring>6.2.0-SNAPSHOT</spring>
132+
<spring>6.2.0</spring>
133133
<antora.playbook>src/main/antora/antora-playbook.yml</antora.playbook>
134134
<spring-antora>0.0.3</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.1.10-SNAPSHOT</spring>
910+
<spring>6.2.1-SNAPSHOT</spring>
911911
</properties>
912912
<repositories>
913913
<repository>

0 commit comments

Comments
 (0)