From 44ab0eb4d9e5ddea986570d537e4d3b4b926a16b Mon Sep 17 00:00:00 2001 From: Gang Li Date: Fri, 5 Jan 2024 19:36:56 +0800 Subject: [PATCH 01/23] Update maven plugins versions to latest --- pom.xml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index e76b833..bd0463f 100644 --- a/pom.xml +++ b/pom.xml @@ -59,25 +59,25 @@ Red Hat, Inc. http://github.com/Commonjava/commonjava UTF-8 - 3.8.1 - 3.6.2 + 3.11.0 + 3.10.2 1.6 - 2.5.3 - 3.0.0 - 3.3.0 - 3.2.0 - 3.2.1 - 3.3.1 - 3.0.1 - 2.22.2 - 2.22.2 - 3.1.0 - 2.8.2 - 2.5.2 - 3.2.0 + 3.0.1 + 3.4.1 + 3.6.0 + 3.3.0 + 3.3.0 + 3.6.3 + 3.1.0 + 3.2.2 + 3.2.2 + 3.3.2 + 3.1.1 + 3.1.1 + 3.3.1 3.9.1 - 3.9.0 - 0.8.7 + 3.21.2 + 0.8.9 true From ad3f5f985f479f1a035227dcab41a5b0a1ae02f8 Mon Sep 17 00:00:00 2001 From: shokakucarrier Date: Wed, 27 Mar 2024 17:31:40 +0800 Subject: [PATCH 02/23] Update license header --- .github/workflows/maven-build.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 6187f36..fafef03 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -1,3 +1,22 @@ +# +# Copyright (C) 2011-2024 Red Hat, Inc. (https://github.com/Commonjava/indy) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# This workflow will build a Java project with Maven +# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven + name: build on maven on: From 045b18ad679573cd8b65165bfe9cb7b40ce98a6a Mon Sep 17 00:00:00 2001 From: shokakucarrier Date: Wed, 27 Mar 2024 17:47:13 +0800 Subject: [PATCH 03/23] Update license header --- .github/workflows/maven-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index fafef03..3821bf2 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2024 Red Hat, Inc. (https://github.com/Commonjava/indy) +# Copyright (C) 2011-2024 Red Hat, Inc. (https://github.com/Commonjava/commonjava) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. From e9051fa3873da46976309b2f8eeada8b5c4c2eb3 Mon Sep 17 00:00:00 2001 From: shokakucarrier Date: Wed, 27 Mar 2024 17:58:27 +0800 Subject: [PATCH 04/23] Update license header --- .github/workflows/maven-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 3821bf2..129d211 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2024 Red Hat, Inc. (https://github.com/Commonjava/commonjava) +# Copyright (C) 2011-2022 Red Hat, Inc. (http://github.com/Commonjava/commonjava) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. From 984e5b100d5042146d81ccea8ef66315c47a95fe Mon Sep 17 00:00:00 2001 From: shokakucarrier Date: Wed, 27 Mar 2024 19:23:56 +0800 Subject: [PATCH 05/23] update developer connection for CI --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bd0463f..198a67b 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ scm:git:https://github.com/Commonjava/commonjava.git - scm:git:git@github.com:Commonjava/commonjava.git + scm:git:https://github.com/Commonjava/commonjava.git http://github.com/Commonjava/commonjava HEAD From e61d35c2a0befd10cd7188f47ed4d64fea1a2394 Mon Sep 17 00:00:00 2001 From: commonjava-bot Date: Wed, 27 Mar 2024 11:27:22 +0000 Subject: [PATCH 06/23] [maven-release-plugin] prepare release commonjava-19 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 198a67b..544e3b0 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.commonjava commonjava - 19-SNAPSHOT + 19 pom CommonJava Top-Level Parent POM @@ -50,7 +50,7 @@ scm:git:https://github.com/Commonjava/commonjava.git scm:git:https://github.com/Commonjava/commonjava.git http://github.com/Commonjava/commonjava - HEAD + commonjava-19 From e20ff95436febbf40af26f01f7459f9636b5155a Mon Sep 17 00:00:00 2001 From: commonjava-bot Date: Wed, 27 Mar 2024 11:27:24 +0000 Subject: [PATCH 07/23] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 544e3b0..7ae299c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.commonjava commonjava - 19 + 20-SNAPSHOT pom CommonJava Top-Level Parent POM @@ -50,7 +50,7 @@ scm:git:https://github.com/Commonjava/commonjava.git scm:git:https://github.com/Commonjava/commonjava.git http://github.com/Commonjava/commonjava - commonjava-19 + HEAD From 0e4fe94310d6945c21e970ee65287e9acb2da239 Mon Sep 17 00:00:00 2001 From: shokakucarrier Date: Tue, 17 Jun 2025 06:03:45 +0800 Subject: [PATCH 08/23] Update pom.xml, use central-publishing-maven-plugin to deploy --- .github/workflows/maven-build.yml | 2 +- pom.xml | 25 +++++++++++-------------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 129d211..73ef359 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -60,7 +60,7 @@ jobs: with: servers: | [{ - "id": "sonatype-nexus-snapshots", + "id": "central", "username": "${{ secrets.SONATYPE_BOT_USERNAME }}", "password": "${{ secrets.SONATYPE_BOT_TOKEN }}" }] diff --git a/pom.xml b/pom.xml index 7ae299c..379f26d 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,7 @@ 3.2.2 3.3.2 3.1.1 + 0.7.0 3.1.1 3.3.1 3.9.1 @@ -408,6 +409,15 @@ org.jacoco jacoco-maven-plugin + + org.sonatype.central + central-publishing-maven-plugin + ${version.plugin.sonatype} + true + + central + + @@ -493,23 +503,10 @@ - - - sonatype-nexus-staging - Release Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - sonatype-nexus-snapshots - Sonatype Nexus - https://oss.sonatype.org/content/repositories/snapshots - - - sonatype-snapshots - https://oss.sonatype.org/content/repositories/snapshots/ + https://central.sonatype.com/repository/maven-snapshots/ false true From a089c8a8cf0ca75b483970b61de666d51aadf5a5 Mon Sep 17 00:00:00 2001 From: commonjava-bot Date: Wed, 18 Jun 2025 09:23:10 +0000 Subject: [PATCH 09/23] [maven-release-plugin] prepare release commonjava-20 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 379f26d..aaa7cbf 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.commonjava commonjava - 20-SNAPSHOT + 20 pom CommonJava Top-Level Parent POM @@ -50,7 +50,7 @@ scm:git:https://github.com/Commonjava/commonjava.git scm:git:https://github.com/Commonjava/commonjava.git http://github.com/Commonjava/commonjava - HEAD + commonjava-20 From 2cf8d5e8e05c0c6a6094f69a7eb7e5e516303669 Mon Sep 17 00:00:00 2001 From: commonjava-bot Date: Wed, 18 Jun 2025 09:23:11 +0000 Subject: [PATCH 10/23] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index aaa7cbf..b0a92bd 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.commonjava commonjava - 20 + 21-SNAPSHOT pom CommonJava Top-Level Parent POM @@ -50,7 +50,7 @@ scm:git:https://github.com/Commonjava/commonjava.git scm:git:https://github.com/Commonjava/commonjava.git http://github.com/Commonjava/commonjava - commonjava-20 + HEAD From fde76ed502eb0eddc106fd537f5e2bfdd79be211 Mon Sep 17 00:00:00 2001 From: ruhan Date: Fri, 20 Jun 2025 10:56:10 +0700 Subject: [PATCH 11/23] Update java version to 11 --- pom.xml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index b0a92bd..1921099 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ - 1.8 + 11 ${javaVersion} Red Hat, Inc. http://github.com/Commonjava/commonjava @@ -62,7 +62,7 @@ 3.11.0 3.10.2 1.6 - 3.0.1 + 3.1.1 3.4.1 3.6.0 3.3.0 @@ -180,9 +180,17 @@ ${version.plugin.release} true - forked-path false - -Prelease + release + + + + org.sonatype.central + central-publishing-maven-plugin + ${version.plugin.sonatype} + true + + central @@ -412,11 +420,6 @@ org.sonatype.central central-publishing-maven-plugin - ${version.plugin.sonatype} - true - - central - From d7d42337e572977fce888d9b1803f0fb6f08bb9c Mon Sep 17 00:00:00 2001 From: ruhan Date: Fri, 20 Jun 2025 14:12:18 +0700 Subject: [PATCH 12/23] automatically publish after upload and validation --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 1921099..289395e 100644 --- a/pom.xml +++ b/pom.xml @@ -191,6 +191,7 @@ true central + true From 57335bbdfac4f4161de0680f811fe6d366f5e5c1 Mon Sep 17 00:00:00 2001 From: shokakucarrier Date: Thu, 7 Aug 2025 18:10:16 +0800 Subject: [PATCH 13/23] Update pom.xml to add distributionManagement --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 289395e..7617a3b 100644 --- a/pom.xml +++ b/pom.xml @@ -507,6 +507,16 @@ + + + true + central-portal-snapshots + Central Portal Snapshots + https://central.sonatype.com/repository/maven-snapshots/ + default + + + sonatype-snapshots From e80e843f5a7e994c89c597ef303da28de7cbd9cc Mon Sep 17 00:00:00 2001 From: yma Date: Mon, 1 Sep 2025 16:36:34 +0800 Subject: [PATCH 14/23] Update github action server id central-portal-snapshots --- .github/workflows/maven-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 73ef359..39b954a 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -60,7 +60,7 @@ jobs: with: servers: | [{ - "id": "central", + "id": "central-portal-snapshots", "username": "${{ secrets.SONATYPE_BOT_USERNAME }}", "password": "${{ secrets.SONATYPE_BOT_TOKEN }}" }] From 009ba1e0e24a3b6d4c65a69bf34666595ac187ad Mon Sep 17 00:00:00 2001 From: commonjava-bot Date: Thu, 11 Sep 2025 06:07:40 +0000 Subject: [PATCH 15/23] [maven-release-plugin] prepare release commonjava-21 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7617a3b..4566619 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.commonjava commonjava - 21-SNAPSHOT + 21 pom CommonJava Top-Level Parent POM @@ -50,7 +50,7 @@ scm:git:https://github.com/Commonjava/commonjava.git scm:git:https://github.com/Commonjava/commonjava.git http://github.com/Commonjava/commonjava - HEAD + commonjava-21 From 1320ea2fc0c5c1e8843daa3d5f2ed6703403ff83 Mon Sep 17 00:00:00 2001 From: commonjava-bot Date: Thu, 11 Sep 2025 06:07:41 +0000 Subject: [PATCH 16/23] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4566619..01612bd 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.commonjava commonjava - 21 + 22-SNAPSHOT pom CommonJava Top-Level Parent POM @@ -50,7 +50,7 @@ scm:git:https://github.com/Commonjava/commonjava.git scm:git:https://github.com/Commonjava/commonjava.git http://github.com/Commonjava/commonjava - commonjava-21 + HEAD From 2dc9639a41b4dad19283bb8288f5225af4889520 Mon Sep 17 00:00:00 2001 From: Gang Li Date: Thu, 26 Mar 2026 09:20:59 +0800 Subject: [PATCH 17/23] github actions update * checkout to v6 * setup-jave to v5 * maven-settings to 4.0.0 * Remove useless Jenkinsfile and travis-settings * Add dependabot --- .github/dependabot.yml | 19 ++++++++++ .github/workflows/maven-build.yml | 8 ++--- Jenkinsfile | 25 ------------- travis-settings.xml | 58 ------------------------------- 4 files changed, 23 insertions(+), 87 deletions(-) create mode 100644 .github/dependabot.yml delete mode 100644 Jenkinsfile delete mode 100644 travis-settings.xml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..31de232 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "maven" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major", "version-update:semver-minor"] + + - package-ecosystem: "github-actions" # Also update Github actions + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 39b954a..3775b03 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -38,16 +38,16 @@ jobs: env: MAVEN_OPTS: "-Xmx4096m -Xms2048m -XX:MaxMetaspaceSize=4096m -Xss8m" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up JDK 11 for x64 - uses: actions/setup-java@v3 + uses: actions/setup-java@v5 with: java-version: '11' distribution: 'temurin' architecture: x64 - - uses: s4u/maven-settings-action@v2.8.0 + - uses: s4u/maven-settings-action@v4.0.0 with: sonatypeSnapshots: true @@ -55,7 +55,7 @@ jobs: run: mvn -B -V clean verify -Prun-its -Pci - - uses: s4u/maven-settings-action@v2.8.0 + - uses: s4u/maven-settings-action@v4.0.0 if: ${{ github.event_name == 'push' }} with: servers: | diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 61c4af3..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,25 +0,0 @@ -pipeline { - agent { label 'maven-36-jdk11' } - stages { - stage('Prepare') { - steps { - sh 'printenv' - } - } - stage('Build') { - when { - expression { env.CHANGE_ID != null } // Pull request - } - steps { - sh 'mvn -B -V clean verify -Prun-its -Pci' - } - } - stage('Deploy') { - when { branch 'master' } - steps { - echo "Deploy" - sh 'mvn help:effective-settings -B -V clean deploy -e' - } - } - } -} diff --git a/travis-settings.xml b/travis-settings.xml deleted file mode 100644 index ac46c68..0000000 --- a/travis-settings.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sonatype-nexus-snapshots - ${env.SONATYPE_USER} - ${env.SONATYPE_PASS} - - - - - snapshot-repo - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - - - - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - - - - - - - snapshot-repo - - \ No newline at end of file From e942138713e0f72754faa2517add7f654a567b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:25:10 +0000 Subject: [PATCH 18/23] Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.0...maven-source-plugin-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 01612bd..9bf8830 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ 3.4.1 3.6.0 3.3.0 - 3.3.0 + 3.3.1 3.6.3 3.1.0 3.2.2 From d75826fdd2f3b61ad339d6bb65412a9dead70783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:25:14 +0000 Subject: [PATCH 19/23] Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.4 Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.1 to 3.1.4. - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.1...maven-install-plugin-3.1.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-version: 3.1.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 01612bd..8bb0ea2 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 3.3.2 3.1.1 0.7.0 - 3.1.1 + 3.1.4 3.3.1 3.9.1 3.21.2 From 3e0c4695c8233b39fae6622c323ff52fd49815f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:25:18 +0000 Subject: [PATCH 20/23] Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.4 Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.4. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-version: 3.1.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 01612bd..fce6949 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 3.2.2 3.2.2 3.3.2 - 3.1.1 + 3.1.4 0.7.0 3.1.1 3.3.1 From 479e59e576a44f84139a4f75740aed8ceadcb02d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:25:23 +0000 Subject: [PATCH 21/23] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.2 to 3.2.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.2.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 01612bd..a7896a9 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 3.3.0 3.6.3 3.1.0 - 3.2.2 + 3.2.5 3.2.2 3.3.2 3.1.1 From 761ae60414b594b0a856b033cb0874b1a30f3adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:25:28 +0000 Subject: [PATCH 22/23] Bump org.jacoco:jacoco-maven-plugin from 0.8.9 to 0.8.14 Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.9 to 0.8.14. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.9...v0.8.14) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 01612bd..3ecc0cc 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 3.3.1 3.9.1 3.21.2 - 0.8.9 + 0.8.14 true From f164777384610e61e8f9412bcd0aa4eb66e8eed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 20:36:11 +0000 Subject: [PATCH 23/23] Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.2 to 3.2.5 Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.2 to 3.2.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.2.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f633573..fb03983 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ 3.6.3 3.1.0 3.2.5 - 3.2.2 + 3.2.5 3.3.2 3.1.4 0.7.0