File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 84
84
<lombok .version>1.18.24</lombok .version>
85
85
<reactor-bom .version>2022.0.0</reactor-bom .version>
86
86
<slf4j .version>2.0.3</slf4j .version>
87
- <spring .version>6.0.0-RC4 </spring .version>
87
+ <spring .version>6.0.0</spring .version>
88
88
<spring-plugin .version>3.0.0</spring-plugin .version>
89
89
<kotlin .version>1.7.21</kotlin .version>
90
90
<kotlinx-coroutines .version>1.6.4</kotlinx-coroutines .version>
96
96
<profile >
97
97
<id >spring-next</id >
98
98
<properties >
99
- <reactor-bom .version>2022.0.0 -SNAPSHOT</reactor-bom .version>
100
- <spring .version>6.0.0 -SNAPSHOT</spring .version>
99
+ <reactor-bom .version>2022.0.1 -SNAPSHOT</reactor-bom .version>
100
+ <spring .version>6.0.1 -SNAPSHOT</spring .version>
101
101
</properties >
102
102
<repositories >
103
103
<repository >
1046
1046
</build >
1047
1047
1048
1048
<repositories >
1049
- <repository >
1050
- <id >spring-milestone</id >
1051
- <url >https://repo.spring.io/milestone</url >
1052
- <snapshots >
1053
- <enabled >false</enabled >
1054
- </snapshots >
1055
- </repository >
1056
1049
<repository >
1057
1050
<id >spring-snapshot</id >
1058
1051
<url >https://repo.spring.io/snapshot</url >
You can’t perform that action at this time.
0 commit comments