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 ab04370 commit ec1d9f5Copy full SHA for ec1d9f5
pom.xml
@@ -27,7 +27,7 @@
27
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
28
<maven.compiler.source>17</maven.compiler.source>
29
<maven.compiler.target>17</maven.compiler.target>
30
- <junit.version>5.13.4</junit.version>
+ <junit.version>6.0.1</junit.version>
31
<jackson.version>2.19.2</jackson.version>
32
</properties>
33
<licenses>
@@ -82,7 +82,7 @@
82
<plugin>
83
<groupId>com.diffplug.spotless</groupId>
84
<artifactId>spotless-maven-plugin</artifactId>
85
- <version>2.46.1</version>
+ <version>3.0.0</version>
86
<configuration>
87
<!-- define a language-specific format -->
88
<java>
0 commit comments