From e082bd19a3fe03288cb3d5c47961572d00e07084 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 10 May 2026 14:00:58 +0300 Subject: [PATCH 1/2] Updated libraries --- pom-central.xml | 20 ++++++++++---------- pom-pack.xml | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) 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 From 7a8c870a043a4c0643c9c91848c1e6e1d2630de5 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 10 May 2026 14:08:33 +0300 Subject: [PATCH 2/2] Fixed sonar warning --- src/main/java/com/github/underscore/Underscore.java | 1 + 1 file changed, 1 insertion(+) 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",