Skip to content

Commit e2a1b42

Browse files
committed
GH-2109 - Upgrade to Spring Framework 6.1.5.
1 parent 701874c commit e2a1b42

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

Diff for: pom.xml

+2-19
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.4</reactor-bom.version>
8585
<slf4j.version>2.0.12</slf4j.version>
86-
<spring.version>6.1.5-SNAPSHOT</spring.version>
86+
<spring.version>6.1.5</spring.version>
8787
<spring-plugin.version>3.0.0</spring-plugin.version>
8888
<kotlin.version>1.9.23</kotlin.version>
8989
<kotlinx-coroutines.version>1.7.3</kotlinx-coroutines.version>
@@ -96,7 +96,7 @@
9696
<id>spring-next</id>
9797
<properties>
9898
<reactor-bom.version>2023.0.5-SNAPSHOT</reactor-bom.version>
99-
<spring.version>6.1.5-SNAPSHOT</spring.version>
99+
<spring.version>6.1.6-SNAPSHOT</spring.version>
100100
</properties>
101101
<repositories>
102102
<repository>
@@ -873,21 +873,4 @@
873873
<tag>HEAD</tag>
874874
</scm>
875875

876-
<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>
884-
<repository>
885-
<id>spring-milestone</id>
886-
<url>https://repo.spring.io/milestone</url>
887-
<snapshots>
888-
<enabled>false</enabled>
889-
</snapshots>
890-
</repository>
891-
</repositories>
892-
893876
</project>

0 commit comments

Comments
 (0)