Skip to content

Commit 1b42632

Browse files
committed
#1452 - Upgrade to Spring 5.3.4.
1 parent cd927e0 commit 1b42632

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pom.xml

+2-6
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<junit.version>5.7.1</junit.version>
8383
<reactor-bom.version>2020.0.4</reactor-bom.version>
8484
<slf4j.version>1.7.30</slf4j.version>
85-
<spring.version>5.3.4-SNAPSHOT</spring.version>
85+
<spring.version>5.3.4</spring.version>
8686
<spring-plugin.version>2.0.0.RELEASE</spring-plugin.version>
8787
<kotlin.version>1.4.30</kotlin.version>
8888
<kotlinx-coroutines.version>1.4.2</kotlinx-coroutines.version>
@@ -95,7 +95,7 @@
9595
<id>spring-next</id>
9696
<properties>
9797
<reactor-bom.version>2020.0.5-SNAPSHOT</reactor-bom.version>
98-
<spring.version>5.3.4-SNAPSHOT</spring.version>
98+
<spring.version>5.3.5-SNAPSHOT</spring.version>
9999
</properties>
100100
<repositories>
101101
<repository>
@@ -1196,10 +1196,6 @@
11961196
</build>
11971197

11981198
<repositories>
1199-
<repository>
1200-
<id>spring-snapshot</id>
1201-
<url>https://repo.spring.io/snapshot</url>
1202-
</repository>
12031199
<repository>
12041200
<id>spring-release</id>
12051201
<url>https://repo.spring.io/release</url>

0 commit comments

Comments
 (0)