diff --git a/pom-central.xml b/pom-central.xml index ba6b1691..38684af8 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.15.0 11 11 @@ -52,19 +52,19 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.5 org.junit.jupiter junit-jupiter-engine - 5.14.1 + 5.14.4 org.apache.maven.plugins maven-jar-plugin - 3.4.2 + 3.5.0 @@ -76,7 +76,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.4.0 attach-sources @@ -90,7 +90,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.10.0 + 3.12.0 attach-sources @@ -109,7 +109,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.5 + 3.2.8 sign-artifacts @@ -156,19 +156,19 @@ org.junit.jupiter junit-jupiter-api - 5.14.1 + 5.14.4 test org.junit.jupiter junit-jupiter-engine - 5.14.1 + 5.14.4 test org.junit.platform junit-platform-launcher - 1.14.1 + 1.14.4 test diff --git a/pom-pack.xml b/pom-pack.xml index a61a1a62..a5784506 100644 --- a/pom-pack.xml +++ b/pom-pack.xml @@ -43,7 +43,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.15.0 11 11 @@ -53,19 +53,19 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.5.5 org.junit.jupiter junit-jupiter-engine - 5.14.1 + 5.14.4 org.apache.maven.plugins maven-jar-plugin - 3.4.0 + 3.5.0 @@ -194,7 +194,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.4.0 attach-sources @@ -208,7 +208,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.10.0 + 3.12.0 attach-sources @@ -227,7 +227,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.5 + 3.2.8 sign-artifacts @@ -244,19 +244,19 @@ org.junit.jupiter junit-jupiter-api - 5.14.1 + 5.14.4 test org.junit.jupiter junit-jupiter-engine - 5.14.1 + 5.14.4 test org.junit.platform junit-platform-launcher - 1.14.1 + 1.14.4 test diff --git a/src/main/java/com/github/underscore/Underscore.java b/src/main/java/com/github/underscore/Underscore.java index a4be3ec1..a8edc478 100644 --- a/src/main/java/com/github/underscore/Underscore.java +++ b/src/main/java/com/github/underscore/Underscore.java @@ -60,6 +60,7 @@ */ @SuppressWarnings({ "java:S106", + "java:S2119", "java:S2189", "java:S2272", "java:S2789",