Skip to content

Commit e638007

Browse files
committed
Upgrade to Spring Framework 6.0 M3.
Closes #1670
1 parent 0b740b3 commit e638007

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<rxjava3>3.1.3</rxjava3>
129129
<smallrye-mutiny>1.3.0</smallrye-mutiny>
130130
<slf4j>1.7.32</slf4j>
131-
<spring>6.0.0-SNAPSHOT</spring>
131+
<spring>6.0.0-M3</spring>
132132
<spring-hateoas>2.0.0-M2</spring-hateoas>
133133
<spring-plugin>3.0.0-M1</spring-plugin>
134134
<servlet-api>5.0.0</servlet-api>
@@ -771,9 +771,9 @@
771771
</profile>
772772

773773
<profile>
774-
<id>spring53-next</id>
774+
<id>spring6-next</id>
775775
<properties>
776-
<spring>5.3.14-SNAPSHOT</spring>
776+
<spring>6.0.0-SNAPSHOT</spring>
777777
</properties>
778778
<repositories>
779779
<repository>

0 commit comments

Comments
 (0)