We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22228f8 commit f2ec721Copy full SHA for f2ec721
pom.xml
@@ -37,7 +37,7 @@
37
<junit-jupiter.version>5.10.2</junit-jupiter.version>
38
<log4j.version>2.23.1</log4j.version>
39
<mockito.version>5.11.0</mockito.version>
40
- <spring.framework.version>6.0.20-SNAPSHOT</spring.framework.version>
+ <spring.framework.version>6.0.20</spring.framework.version>
41
</properties>
42
43
<scm>
@@ -219,7 +219,6 @@
219
<artifactId>maven-compiler-plugin</artifactId>
220
<configuration>
221
<release>${java.version}</release>
222
- <parameters>true</parameters>
223
</configuration>
224
</plugin>
225
<plugin>
0 commit comments