Skip to content

Commit f2ec721

Browse files
committed
Upgrade to Spring Framework 6.0.20
Closes gh-435
1 parent 22228f8 commit f2ec721

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<junit-jupiter.version>5.10.2</junit-jupiter.version>
3838
<log4j.version>2.23.1</log4j.version>
3939
<mockito.version>5.11.0</mockito.version>
40-
<spring.framework.version>6.0.20-SNAPSHOT</spring.framework.version>
40+
<spring.framework.version>6.0.20</spring.framework.version>
4141
</properties>
4242

4343
<scm>
@@ -219,7 +219,6 @@
219219
<artifactId>maven-compiler-plugin</artifactId>
220220
<configuration>
221221
<release>${java.version}</release>
222-
<parameters>true</parameters>
223222
</configuration>
224223
</plugin>
225224
<plugin>

0 commit comments

Comments
 (0)