Skip to content

Commit 98173c3

Browse files
committed
Upgrade to Spring Framework 6.0.
Closes #1845
1 parent 74cd8c2 commit 98173c3

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
@@ -129,7 +129,7 @@
129129
<rxjava3>3.1.5</rxjava3>
130130
<smallrye-mutiny>1.6.0</smallrye-mutiny>
131131
<slf4j>2.0.2</slf4j>
132-
<spring>6.0.0-SNAPSHOT</spring>
132+
<spring>6.0.0</spring>
133133
<spring-asciidoctor-backends.version>0.0.3</spring-asciidoctor-backends.version>
134134
<spring-hateoas>2.0.0-RC2</spring-hateoas>
135135
<spring-plugin>3.0.0</spring-plugin>
@@ -740,7 +740,7 @@
740740
<profile>
741741
<id>spring6-next</id>
742742
<properties>
743-
<spring>6.0.0-SNAPSHOT</spring>
743+
<spring>6.0.1-SNAPSHOT</spring>
744744
</properties>
745745
<repositories>
746746
<repository>
@@ -1340,4 +1340,4 @@
13401340
</pluginRepository>
13411341
</pluginRepositories>
13421342

1343-
</project>
1343+
</project>

0 commit comments

Comments
 (0)