Skip to content

Commit 62d099f

Browse files
committed
#2053 - Upgrade to Spring Framework 6.1 snapshots.
1 parent e301ad3 commit 62d099f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

+11-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<lombok.version>1.18.30</lombok.version>
8484
<reactor-bom.version>2023.0.0</reactor-bom.version>
8585
<slf4j.version>2.0.9</slf4j.version>
86-
<spring.version>6.1.0-RC1</spring.version>
86+
<spring.version>6.1.0-SNAPSHOT</spring.version>
8787
<spring-plugin.version>3.0.0</spring-plugin.version>
8888
<kotlin.version>1.9.20</kotlin.version>
8989
<kotlinx-coroutines.version>1.7.3</kotlinx-coroutines.version>
@@ -874,9 +874,19 @@
874874
</scm>
875875

876876
<repositories>
877+
<repository>
878+
<id>spring-snapshot</id>
879+
<url>https://repo.spring.io/snapshot</url>
880+
<releases>
881+
<enabled>false</enabled>
882+
</releases>
883+
</repository>
877884
<repository>
878885
<id>spring-milestone</id>
879886
<url>https://repo.spring.io/milestone</url>
887+
<snapshots>
888+
<enabled>false</enabled>
889+
</snapshots>
880890
</repository>
881891
</repositories>
882892

0 commit comments

Comments
 (0)