Upgrade to Spring Framework 6.0.20

Closes gh-435
This commit is contained in:
Stéphane Nicoll
2024-05-16 15:22:40 +02:00
parent 22228f8c8e
commit f2ec7212c5

View File

@@ -37,7 +37,7 @@
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<log4j.version>2.23.1</log4j.version>
<mockito.version>5.11.0</mockito.version>
<spring.framework.version>6.0.20-SNAPSHOT</spring.framework.version>
<spring.framework.version>6.0.20</spring.framework.version>
</properties>
<scm>
@@ -219,7 +219,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>${java.version}</release>
<parameters>true</parameters>
</configuration>
</plugin>
<plugin>