diff --git a/pom.xml b/pom.xml
index 48f1a34..0078f4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,17 +79,19 @@
3.6.3
3.27.3
- 10.23.0
+ 10.23.1
2.19.0
3.17.0
1.13.1
4.4.16
+
3.0.1
2.4.1
+
3.0.2
5.12.2
1.18.38
@@ -112,7 +114,8 @@
3.5.0
- 2.16.0
+
+ 2.23.0
0.8.13
4.0.9
4.0.9
@@ -861,6 +864,7 @@
org.openrewrite.java.logging.PrintStackTraceToLogError
org.openrewrite.java.logging.slf4j.Slf4jBestPractices
org.openrewrite.java.migrate.UpgradeToJava8
+
org.openrewrite.java.testing.junit5.JUnit4to5Migration
org.openrewrite.java.testing.junit5.JUnit5BestPractices
org.openrewrite.staticanalysis.CovariantEquals
diff --git a/src/main/java/de/kosit/validationtool/daemon/CheckHandler.java b/src/main/java/de/kosit/validationtool/daemon/CheckHandler.java
index 0aee111..db98849 100644
--- a/src/main/java/de/kosit/validationtool/daemon/CheckHandler.java
+++ b/src/main/java/de/kosit/validationtool/daemon/CheckHandler.java
@@ -102,7 +102,7 @@ class CheckHandler extends BaseHandler {
if (path.equalsIgnoreCase("/")) {
return "supplied_instance_" + counter.incrementAndGet();
}
- return path.substring((path.lastIndexOf('/') + 1));
+ return path.substring(path.lastIndexOf('/') + 1);
}
private static int resolveStatus(final Result result) {
diff --git a/src/main/resources/simplelogger.properties b/src/main/resources/simplelogger.properties
index cd77b47..195c1d1 100644
--- a/src/main/resources/simplelogger.properties
+++ b/src/main/resources/simplelogger.properties
@@ -33,7 +33,7 @@ org.slf4j.simpleLogger.showLogName=false
org.slf4j.simpleLogger.showShortLogName=false
org.slf4j.simpleLogger.levelInBrackets=true
#
-# Licensed to the Koordinierungsstelle f�r IT-Standards (KoSIT) under
+# Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
# one or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. KoSIT licenses this file