Skip to content

Commit 57cd4cc

Browse files
committed
#1877 - Upgrade to Spring Framework 6.0.
1 parent 87d0ef8 commit 57cd4cc

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<lombok.version>1.18.24</lombok.version>
8585
<reactor-bom.version>2022.0.0</reactor-bom.version>
8686
<slf4j.version>2.0.3</slf4j.version>
87-
<spring.version>6.0.0-RC4</spring.version>
87+
<spring.version>6.0.0</spring.version>
8888
<spring-plugin.version>3.0.0</spring-plugin.version>
8989
<kotlin.version>1.7.21</kotlin.version>
9090
<kotlinx-coroutines.version>1.6.4</kotlinx-coroutines.version>
@@ -96,8 +96,8 @@
9696
<profile>
9797
<id>spring-next</id>
9898
<properties>
99-
<reactor-bom.version>2022.0.0-SNAPSHOT</reactor-bom.version>
100-
<spring.version>6.0.0-SNAPSHOT</spring.version>
99+
<reactor-bom.version>2022.0.1-SNAPSHOT</reactor-bom.version>
100+
<spring.version>6.0.1-SNAPSHOT</spring.version>
101101
</properties>
102102
<repositories>
103103
<repository>
@@ -1046,13 +1046,6 @@
10461046
</build>
10471047

10481048
<repositories>
1049-
<repository>
1050-
<id>spring-milestone</id>
1051-
<url>https://repo.spring.io/milestone</url>
1052-
<snapshots>
1053-
<enabled>false</enabled>
1054-
</snapshots>
1055-
</repository>
10561049
<repository>
10571050
<id>spring-snapshot</id>
10581051
<url>https://repo.spring.io/snapshot</url>

0 commit comments

Comments
 (0)