We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7271ee0 commit 79914e6Copy full SHA for 79914e6
pom.xml
@@ -83,7 +83,7 @@
83
<lombok.version>1.18.30</lombok.version>
84
<reactor-bom.version>2022.0.13</reactor-bom.version>
85
<slf4j.version>2.0.9</slf4j.version>
86
- <spring.version>6.0.14</spring.version>
+ <spring.version>6.0.18-SNAPSHOT</spring.version>
87
<spring-plugin.version>3.0.0</spring-plugin.version>
88
<kotlin.version>1.8.22</kotlin.version>
89
<kotlinx-coroutines.version>1.6.4</kotlinx-coroutines.version>
@@ -895,4 +895,11 @@
895
<tag>2.1.x</tag>
896
</scm>
897
898
+ <repositories>
899
+ <repository>
900
+ <id>spring-snapshot</id>
901
+ <url>https://repo.spring.io/snapshot</url>
902
+ </repository>
903
+ </repositories>
904
+
905
</project>
0 commit comments