File tree 1 file changed +2
-19
lines changed
1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 83
83
<lombok .version>1.18.30</lombok .version>
84
84
<reactor-bom .version>2023.0.4</reactor-bom .version>
85
85
<slf4j .version>2.0.12</slf4j .version>
86
- <spring .version>6.1.5-SNAPSHOT </spring .version>
86
+ <spring .version>6.1.5</spring .version>
87
87
<spring-plugin .version>3.0.0</spring-plugin .version>
88
88
<kotlin .version>1.9.23</kotlin .version>
89
89
<kotlinx-coroutines .version>1.8.0</kotlinx-coroutines .version>
96
96
<id >spring-next</id >
97
97
<properties >
98
98
<reactor-bom .version>2023.0.5-SNAPSHOT</reactor-bom .version>
99
- <spring .version>6.1.1 -SNAPSHOT</spring .version>
99
+ <spring .version>6.1.6 -SNAPSHOT</spring .version>
100
100
</properties >
101
101
<repositories >
102
102
<repository >
873
873
<tag >HEAD</tag >
874
874
</scm >
875
875
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
-
893
876
</project >
You can’t perform that action at this time.
0 commit comments