From c4262bc592b9e6cb7534b27971211cbb17cfe212 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 08:42:04 +0100 Subject: [PATCH 01/31] Bump maven from 3.9.4 to 3.9.6 --- .mvn/wrapper/maven-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 8d98d6dd41..4a95a1367b 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar From 28d56c35be3f6bb33a06cb8f31a3ab2b3809ca4e Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 08:59:23 +0100 Subject: [PATCH 02/31] Upgrade various maven plugins maven-surefire-plugin: 3.0.0-M8 -> 3.2.5 checkstyle: 10.7.0 -> 10.14.0 maven-javadoc-plugin: 3.4.1 -> 3.6.3 maven-assembly-plugin: 3.5.0 -> 3.6.0 maven-dependency-plugin: 3.5.0 -> 3.6.1 maven-release-plugin: 3.0.0-M7 -> 3.0.1 maven-clean-plugin: 3.2.0 -> 3.3.2 build-helper-maven-plugin: 3.3.0 -> 3.5.0 maven-compiler-plugin: 3.10.1 -> 3.12.1 maven-deploy-plugin: 3.1.0 -> 3.1.1 maven-install-plugin: 3.1.0 -> 3.1.1 maven-resources-plugin: 3.3.0 -> 3.3.1 maven-shade-plugin: 3.4.1 -> 3.5.2 exec-maven-plugin: 3.1.0 -> 3.2.0 maven-source-plugin: 3.2.1 -> 3.3.0 maven-enforcer-plugin: 3.2.1 -> 3.4.1 maven-site-plugin: 4.0.0-M4 -> 4.0.0-M13 versions-maven-plugin: 2.14.2 -> 2.16.2 cyclonedx-maven-plugin: 2.7.9 -> 2.7.11 maven-gpg-plugin: 3.0.1 -> 3.1.0 --- pom.xml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 375ed528d3..4ba40b4e63 100644 --- a/pom.xml +++ b/pom.xml @@ -96,12 +96,12 @@ 1.7.20 5.0 - 3.0.0-M8 - 10.7.0 + 3.2.5 + 10.14.0 3.3.1 3.21.2 1.10.13 - 3.4.1 + 3.6.3 4.9.1 1.7.36 10.7 @@ -164,17 +164,17 @@ org.apache.maven.plugins maven-assembly-plugin - 3.5.0 + 3.6.0 org.apache.maven.plugins maven-dependency-plugin - 3.5.0 + 3.6.1 org.apache.maven.plugins maven-release-plugin - 3.0.0-M7 + 3.0.1 pmd-release,sign true @@ -187,14 +187,14 @@ org.apache.maven.plugins maven-clean-plugin - 3.2.0 + 3.3.2 org.codehaus.mojo build-helper-maven-plugin - 3.3.0 + 3.5.0 add-kotlin-source-dir @@ -257,7 +257,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.12.1 ${java.version} @@ -295,12 +295,12 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.0 + 3.1.1 org.apache.maven.plugins maven-install-plugin - 3.1.0 + 3.1.1 org.apache.maven.plugins @@ -310,7 +310,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.3.0 + 3.3.1 ${project.build.sourceEncoding} @@ -318,7 +318,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.4.1 + 3.5.2 org.apache.maven.plugins @@ -356,12 +356,12 @@ org.codehaus.mojo exec-maven-plugin - 3.1.0 + 3.2.0 org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 org.apache.maven.plugins @@ -457,7 +457,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.2.1 + 3.4.1 org.apache.maven.plugins @@ -548,12 +548,12 @@ org.apache.maven.plugins maven-site-plugin - 4.0.0-M4 + 4.0.0-M13 org.codehaus.mojo versions-maven-plugin - 2.14.2 + 2.16.2 org.sonatype.plugins @@ -568,7 +568,7 @@ org.cyclonedx cyclonedx-maven-plugin - 2.7.9 + 2.7.11 @@ -1122,7 +1122,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 sign-artifacts From f6d32425109e607e0fc406e10492a53ae57c15df Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:37:26 +0100 Subject: [PATCH 03/31] Bump ant from 1.10.13 to 1.10.14 --- pmd-dist/pom.xml | 6 ++---- pom.xml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/pmd-dist/pom.xml b/pmd-dist/pom.xml index 998ed84cf8..754127eed1 100644 --- a/pmd-dist/pom.xml +++ b/pmd-dist/pom.xml @@ -93,18 +93,16 @@ copy - org.apache.ant ant - 1.9.16 + ${ant.version} org.apache.ant ant-launcher - 1.9.16 + ${ant.version} ${project.build.directory}/ant diff --git a/pom.xml b/pom.xml index 4ba40b4e63..b264dbb900 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ 10.14.0 3.3.1 3.21.2 - 1.10.13 + 1.10.14 3.6.3 4.9.1 1.7.36 From a64b4dc1db8d5661240a388ba67d5b53de4fc115 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:37:49 +0100 Subject: [PATCH 04/31] Bump antlr4 from 4.9.1 to 4.9.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b264dbb900..4a3da14ad2 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,7 @@ 3.21.2 1.10.14 3.6.3 - 4.9.1 + 4.9.3 1.7.36 10.7 From 6ab2ba8d96086d04741556c7faddc667f2275776 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:38:22 +0100 Subject: [PATCH 05/31] Bump saxon-HE from 10.7 to 10.9 Remove old saxon --- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 4a3da14ad2..9e2e7e4b7d 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,7 @@ 3.6.3 4.9.3 1.7.36 - 10.7 + 10.9 UTF-8 UTF-8 @@ -758,11 +758,6 @@ checker-qual 2.5.2 - - net.sourceforge.saxon - saxon - 9.1.0.8 - net.sf.saxon Saxon-HE From 95d389245c5995bfc1585a2a253de3a8077e0638 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:38:37 +0100 Subject: [PATCH 06/31] Bump picocli from 4.7.0 to 4.7.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9e2e7e4b7d..e89fd0397c 100644 --- a/pom.xml +++ b/pom.xml @@ -721,7 +721,7 @@ info.picocli picocli - 4.7.0 + 4.7.5 me.tongfei From 996bd3fb5b7785919786d056984d0948f1e89037 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:39:05 +0100 Subject: [PATCH 07/31] Bump progressbar from 0.9.5 to 0.10.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e89fd0397c..bd8a5a0d03 100644 --- a/pom.xml +++ b/pom.xml @@ -726,7 +726,7 @@ me.tongfei progressbar - 0.9.5 + 0.10.0 org.ow2.asm From 9df7eca80e8f523284858eb97eb9512cafd770f7 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:40:08 +0100 Subject: [PATCH 08/31] Bump pcollections from 3.1.3 to 3.2.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bd8a5a0d03..a64545b8b4 100644 --- a/pom.xml +++ b/pom.xml @@ -736,7 +736,7 @@ org.pcollections pcollections - 3.1.3 + 3.2.0 net.sourceforge.pmd From 90c08d4790d0b3b14d96087ffb40189665b0e2a5 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:40:24 +0100 Subject: [PATCH 09/31] Bump checker-qual from 2.5.2 to 2.11.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a64545b8b4..8acfeca849 100644 --- a/pom.xml +++ b/pom.xml @@ -756,7 +756,7 @@ org.checkerframework checker-qual - 2.5.2 + 2.11.1 net.sf.saxon From 961fae6d1476a482bc6fa5bfae761034cf59c9f4 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:40:39 +0100 Subject: [PATCH 10/31] Bump commons-lang3 from 3.8.1 to 3.14.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8acfeca849..a839ab373e 100644 --- a/pom.xml +++ b/pom.xml @@ -766,7 +766,7 @@ org.apache.commons commons-lang3 - 3.8.1 + 3.14.0 org.apache.commons From 737672deb1aa04545ac56826183522d19d0e4b5b Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:40:52 +0100 Subject: [PATCH 11/31] Bump commons-text from 1.3 to 1.11.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a839ab373e..d7e4d92941 100644 --- a/pom.xml +++ b/pom.xml @@ -771,7 +771,7 @@ org.apache.commons commons-text - 1.3 + 1.11.0 org.slf4j From 07740f17925fbd23648da855061c474f680f360b Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:41:06 +0100 Subject: [PATCH 12/31] Bump groovy from 4.0.15 to 4.0.19 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d7e4d92941..d3c3a98b9e 100644 --- a/pom.xml +++ b/pom.xml @@ -791,7 +791,7 @@ org.apache.groovy groovy - 4.0.15 + 4.0.19 com.google.code.gson From bc29e6b7f92204fa850a4e4c80daa99199051b52 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:41:21 +0100 Subject: [PATCH 13/31] Bump gson from 2.8.9 to 2.10.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d3c3a98b9e..15db78735e 100644 --- a/pom.xml +++ b/pom.xml @@ -796,7 +796,7 @@ com.google.code.gson gson - 2.8.9 + 2.10.1 org.yaml From be33a964d056ab62d2149a24c0a89baded7cd7f9 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:42:46 +0100 Subject: [PATCH 14/31] Bump scala-reflect and scala-library from 2.13.12 to 2.13.13 Used by apexlink --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 15db78735e..235b6ae0cd 100644 --- a/pom.xml +++ b/pom.xml @@ -809,11 +809,16 @@ 33.0.0-jre - + org.scala-lang scala-reflect - 2.13.12 + 2.13.13 + + + org.scala-lang + scala-library + 2.13.13 From 2a7b427b2bd6b6999ab4025d7809f86a94392079 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:43:06 +0100 Subject: [PATCH 15/31] Bump junit-platform-suite from 1.9.0-M1 to 1.10.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 235b6ae0cd..06829c2a37 100644 --- a/pom.xml +++ b/pom.xml @@ -867,7 +867,7 @@ org.junit.platform junit-platform-suite - 1.9.0-M1 + 1.10.2 test From d38a6766515b3f63394fe2a0ba887cf3bd0e2680 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:43:27 +0100 Subject: [PATCH 16/31] Bump byte-buddy from 1.14.9 to 1.14.12 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 06829c2a37..721cdaab27 100644 --- a/pom.xml +++ b/pom.xml @@ -905,13 +905,13 @@ net.bytebuddy byte-buddy - 1.14.9 + 1.14.12 test net.bytebuddy byte-buddy-agent - 1.14.9 + 1.14.12 test From 4616ab386fd6c77c034ae1a69d1865ca4f74d238 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:43:44 +0100 Subject: [PATCH 17/31] Bump jetbrains annotations from 13.0 to 24.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 721cdaab27..9dd4d9a78a 100644 --- a/pom.xml +++ b/pom.xml @@ -993,7 +993,7 @@ org.jetbrains annotations - 13.0 + 24.1.0 test From 3b2973c83f93c82e0366e69c03d78cb75c33b2dc Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Mar 2024 09:43:59 +0100 Subject: [PATCH 18/31] Bump protobuf-java from 3.16.3 to 3.25.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9dd4d9a78a..c82dc5a0fe 100644 --- a/pom.xml +++ b/pom.xml @@ -1006,7 +1006,7 @@ com.google.protobuf protobuf-java - 3.16.3 + 3.25.3