Skip to content

Commit cf04363

Browse files
Bump com.puppycrawl.tools:checkstyle from 10.21.4 to 10.23.0 (#154)
* 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](checkstyle/checkstyle@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] <[email protected]> * Bump build-tools from 29 to 30 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Dangel <[email protected]>
1 parent c1c1887 commit cf04363

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
3737
echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3" >> $GITHUB_ENV
38-
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/29/scripts" >> $GITHUB_ENV
38+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/30/scripts" >> $GITHUB_ENV
3939
- name: Check Environment
4040
shell: bash
4141
run: |

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<local.lib.repo>${project.basedir}/lib/mvn-repo</local.lib.repo>
7575

7676
<surefire.version>3.5.2</surefire.version>
77-
<checkstyle.version>10.21.4</checkstyle.version>
77+
<checkstyle.version>10.23.0</checkstyle.version>
7878
<checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
7979
<javadoc.plugin.version>3.11.2</javadoc.plugin.version>
8080
<source.plugin.version>3.3.1</source.plugin.version>
@@ -83,7 +83,7 @@
8383
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8484
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
8585

86-
<pmd.build-tools.version>29</pmd.build-tools.version>
86+
<pmd.build-tools.version>30</pmd.build-tools.version>
8787
<pmd.plugin.version>3.26.0</pmd.plugin.version>
8888
<pmd.check.version>7.11.0</pmd.check.version>
8989

0 commit comments

Comments
 (0)