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.
2 parents ef3d50d + 057f7ff commit 02a6c0aCopy full SHA for 02a6c0a
pom.xml
@@ -37,7 +37,7 @@
37
<jackson.version>2.18.2</jackson.version>
38
<jsr305.version>3.0.2</jsr305.version>
39
<swagger.version>1.6.15</swagger.version>
40
- <junit.version>5.11.4</junit.version>
+ <junit.version>5.12.0</junit.version>
41
<mockito.version>5.15.2</mockito.version>
42
</properties>
43
@@ -94,7 +94,7 @@
94
</plugin>
95
<plugin>
96
<artifactId>maven-compiler-plugin</artifactId>
97
- <version>3.13.0</version>
+ <version>3.14.0</version>
98
<configuration>
99
<release>${java.version}</release>
100
</configuration>
0 commit comments