diff --git a/pom.xml b/pom.xml index 0d53e7150b..11a97a88de 100644 --- a/pom.xml +++ b/pom.xml @@ -439,7 +439,7 @@ under the License. 2.2.224 - 2.2.17 + 2.2.18 5.7.2 1.3.8 @@ -498,8 +498,8 @@ under the License. 11 42.6.0 - 8.1.0 - 3.1.4 + 8.2.0 + 3.2.0 12.4.1.jre 23.3.0.23.09 diff --git a/wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/mapping/WAConfUtils.java b/wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/mapping/WAConfUtils.java index b32ac090d5..69e907bafe 100644 --- a/wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/mapping/WAConfUtils.java +++ b/wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/mapping/WAConfUtils.java @@ -89,6 +89,6 @@ public static Map asMap(final Serializable properties) { } private WAConfUtils() { - // private construcator for static utility class + // private constructor for static utility class } }