Skip to content

Commit 79914e6

Browse files
committed
GH-2108 - Upgrade to Spring Framework 6.0.18 snapshots.
1 parent 7271ee0 commit 79914e6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: pom.xml

+8-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>2022.0.13</reactor-bom.version>
8585
<slf4j.version>2.0.9</slf4j.version>
86-
<spring.version>6.0.14</spring.version>
86+
<spring.version>6.0.18-SNAPSHOT</spring.version>
8787
<spring-plugin.version>3.0.0</spring-plugin.version>
8888
<kotlin.version>1.8.22</kotlin.version>
8989
<kotlinx-coroutines.version>1.6.4</kotlinx-coroutines.version>
@@ -895,4 +895,11 @@
895895
<tag>2.1.x</tag>
896896
</scm>
897897

898+
<repositories>
899+
<repository>
900+
<id>spring-snapshot</id>
901+
<url>https://repo.spring.io/snapshot</url>
902+
</repository>
903+
</repositories>
904+
898905
</project>

0 commit comments

Comments
 (0)