From 438da25189c31931377b6ba5efb5d64380a1084c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 00:23:36 +0000 Subject: [PATCH 1/2] Bump com.puppycrawl.tools:checkstyle from 10.21.4 to 10.23.0 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.21.4 to 10.23.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.21.4...checkstyle-10.23.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fe73616f..9f3468df 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ UTF-8 7.12.0 29 - 10.21.4 + 10.23.0 3.6.0 3.26.0 7.12.0 From 46ec8294b334ca567b2a62b1100e3461a369ca0b Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 10 Apr 2025 16:07:24 +0200 Subject: [PATCH 2/2] Bump build-tools from 29 to 30 --- .github/actions/setup/action.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 54a01e1a..75f7c0d5 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -29,7 +29,7 @@ runs: run: | echo "LANG=en_US.UTF-8" >> $GITHUB_ENV echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3" >> $GITHUB_ENV - echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/29/scripts" >> $GITHUB_ENV + echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/30/scripts" >> $GITHUB_ENV - name: Check Environment shell: bash run: | diff --git a/pom.xml b/pom.xml index 9f3468df..01e68d80 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.10 UTF-8 7.12.0 - 29 + 30 10.23.0 3.6.0 3.26.0