From 89b0f6233f32acae7f20e97ea7ba085ae8e8c550 Mon Sep 17 00:00:00 2001 From: Lee Rhodes Date: Thu, 18 Apr 2024 15:25:13 -0700 Subject: [PATCH] The tiny bloomfilter change is to fix a SpotBugs error. The POM change updates maven and most of the plugins to their latest versions. --- pom.xml | 76 +++++-------------- .../filters/bloomfilter/BloomFilter.java | 3 +- 2 files changed, 22 insertions(+), 57 deletions(-) diff --git a/pom.xml b/pom.xml index 22b17b093..3842c6793 100644 --- a/pom.xml +++ b/pom.xml @@ -28,12 +28,12 @@ under the License. org.apache apache - 29 + 32 org.apache.datasketches datasketches-java - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT jar ${project.artifactId} @@ -89,12 +89,13 @@ under the License. 7.5.1 + generate_java_files check_cpp_files check_cpp_historical_files - 3.5.0 + 3.6.3 1.8 ${java.version} ${java.version} @@ -105,28 +106,25 @@ under the License. ${charset.encoding} yyyy-MM-dd'T'HH-mm-ss'Z' - - - 2.8.5 - 2.8.1 + + 2.16.2 - 3.3.0 - 3.8.1 - 3.0.0-M1 - 3.0.0 - 3.1.2 - 3.1.0 - 3.2.0 - 3.3.1 - 3.0.0-M4 - [1.7.0,) - 3.2.1 - 3.1.2 + 3.7.1 + 3.13.0 + 3.1.1 + 3.4.1 + 3.2.3 + 3.4.0 + 3.6.3 + 3.0.1 + 3.2.0 + 3.3.1 + 3.2.5 - 0.13 + 0.16.1 - 0.8.7 + 0.8.12 4.3.0 @@ -195,7 +193,7 @@ under the License. - [1.8,1.9),[8],[11,12) + [1.8.0,9.0),[11.0,12.0) [${maven.version},) @@ -288,7 +286,7 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - ${maven-surefire-plugin.version} + ${maven-surefire-failsafe-plugins.version} false false @@ -464,38 +462,6 @@ under the License. - - strict - - - [1.8, 1.9),8 - - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - - - org.codehaus.plexus - plexus-compiler-javac-errorprone - ${plexus-compiler-javac-errorprone.version} - - - - ${maven.compiler.source} - ${maven.compiler.target} - javac-with-errorprone - true - - - - - - -