Skip to content

Commit ec1d9f5

Browse files
Update Test, build and logging dependencies
1 parent ab04370 commit ec1d9f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<maven.compiler.source>17</maven.compiler.source>
2929
<maven.compiler.target>17</maven.compiler.target>
30-
<junit.version>5.13.4</junit.version>
30+
<junit.version>6.0.1</junit.version>
3131
<jackson.version>2.19.2</jackson.version>
3232
</properties>
3333
<licenses>
@@ -82,7 +82,7 @@
8282
<plugin>
8383
<groupId>com.diffplug.spotless</groupId>
8484
<artifactId>spotless-maven-plugin</artifactId>
85-
<version>2.46.1</version>
85+
<version>3.0.0</version>
8686
<configuration>
8787
<!-- define a language-specific format -->
8888
<java>

0 commit comments

Comments
 (0)