Skip to content

Commit ef7b42d

Browse files
committed
Upgrade to Spring Framework 5.3.3.
Closes #1341
1 parent df9b21c commit ef7b42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<rxjava2>2.2.20</rxjava2>
125125
<rxjava3>3.0.9</rxjava3>
126126
<slf4j>1.7.26</slf4j>
127-
<spring>5.3.3-SNAPSHOT</spring>
127+
<spring>5.3.3</spring>
128128
<spring-hateoas>1.2.2</spring-hateoas>
129129
<spring-plugin>2.0.0.RELEASE</spring-plugin>
130130
<testcontainers>1.15.1</testcontainers>
@@ -845,7 +845,7 @@
845845
<profile>
846846
<id>spring53-next</id>
847847
<properties>
848-
<spring>5.3.3-SNAPSHOT</spring>
848+
<spring>5.3.4-SNAPSHOT</spring>
849849
</properties>
850850
<repositories>
851851
<repository>

0 commit comments

Comments
 (0)