Upgrade to spring-java-format 0.0.42

With this commit we upgrade the java formatting to the new version and
also adhere to the standards applied there. Mainly for Junit5 names of
the test classes and visibility of methods.

Closes: #138
This commit is contained in:
Marten Deinum
2024-08-07 21:27:18 +02:00
parent 05087745e4
commit 9ee6eff5b7
12 changed files with 41 additions and 41 deletions

View File

@@ -167,7 +167,7 @@
<dependency>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-checkstyle</artifactId>
<version>0.0.35</version>
<version>0.0.42</version>
</dependency>
</dependencies>
<executions>