From 2daf5581c08f91673affcbdbe2aaac9bcd3135d6 Mon Sep 17 00:00:00 2001 From: Neil C Smith Date: Mon, 18 May 2026 19:33:29 +0100 Subject: [PATCH] Update Maven and build dependencies Update to Maven 3.9.16 Update to Maven Compiler Plugin 3.15.0 Update to Maven Surefire Plugin 3.5.5 Update to JUnit Jupiter 6.0.3 Update to Apache Rat 0.18 and fix configuration due to build warnings --- .mvn/wrapper/maven-wrapper.properties | 5 +++-- mvnw | 2 +- mvnw.cmd | 2 +- pom.xml | 27 ++++++++++++++++----------- 4 files changed, 21 insertions(+), 15 deletions(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index fdc51df..01b9c05 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -14,6 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +wrapperVersion=3.3.4 distributionType=only-script -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip -distributionSha256Sum=0d7125e8c91097b36edb990ea5934e6c68b4440eef4ea96510a0f6815e7eeadb +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.16/apache-maven-3.9.16-bin.zip +distributionSha256Sum=5af3b743dd8b876b5c45da33b676251e5f1687712644abb4ee519ca56e1d89ce diff --git a/mvnw b/mvnw index e9cf8d3..bd8896b 100755 --- a/mvnw +++ b/mvnw @@ -19,7 +19,7 @@ # ---------------------------------------------------------------------------- # ---------------------------------------------------------------------------- -# Apache Maven Wrapper startup batch script, version 3.3.3 +# Apache Maven Wrapper startup batch script, version 3.3.4 # # Optional ENV vars # ----------------- diff --git a/mvnw.cmd b/mvnw.cmd index 3fd2be8..5761d94 100644 --- a/mvnw.cmd +++ b/mvnw.cmd @@ -19,7 +19,7 @@ @REM ---------------------------------------------------------------------------- @REM ---------------------------------------------------------------------------- -@REM Apache Maven Wrapper startup batch script, version 3.3.3 +@REM Apache Maven Wrapper startup batch script, version 3.3.4 @REM @REM Optional ENV vars @REM MVNW_REPOURL - repo url base for downloading maven distribution diff --git a/pom.xml b/pom.xml index 6df18c0..60cc9cb 100644 --- a/pom.xml +++ b/pom.xml @@ -89,13 +89,18 @@ under the License. 21 + + org.apache.rat + apache-rat-plugin + 0.18 + org.apache.maven.plugins maven-compiler-plugin - 3.14.1 + 3.15.0 21 @@ -108,24 +113,24 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 3.5.4 + 3.5.5 org.apache.rat apache-rat-plugin - + - **/*.template + **/*.template - **/apache-netbeans.svg + **/apache-netbeans.svg - nbactions.xml - nb-configuration.xml + nbactions.xml + nb-configuration.xml - README.md - src/assembly/bin/BINARY_NOTICE - + README.md + src/assembly/bin/BINARY_NOTICE + @@ -243,7 +248,7 @@ under the License. UTF-8 - 6.0.2 + 6.0.3 org.apache.maven.skins maven-fluido-skin 2.0.0-M8