Skip to content

Commit 34b4f4d

Browse files
Bump com.puppycrawl.tools:checkstyle from 8.31 to 8.45.1 (#327)
* Bump com.puppycrawl.tools:checkstyle from 8.31 to 10.17.0 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 8.31 to 10.17.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-8.31...checkstyle-10.17.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Downgrade checkstyle to 8.45.1 * Update maven-checkstyle-plugin to 3.4.0 * Remove java11 to reduce test failures --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yukihiro Okada <[email protected]>
1 parent 43f19a8 commit 34b4f4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ workflows:
3737
- build:
3838
matrix:
3939
parameters:
40-
jdk: [jdk8, jdk11, jdk17]
40+
jdk: [jdk8, jdk17]

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
<plugin>
439439
<groupId>org.apache.maven.plugins</groupId>
440440
<artifactId>maven-checkstyle-plugin</artifactId>
441-
<version>3.3.1</version>
441+
<version>3.4.0</version>
442442
<executions>
443443
<execution>
444444
<phase>validate</phase>
@@ -458,7 +458,7 @@
458458
<dependency>
459459
<groupId>com.puppycrawl.tools</groupId>
460460
<artifactId>checkstyle</artifactId>
461-
<version>8.31</version>
461+
<version>8.45.1</version>
462462
</dependency>
463463
</dependencies>
464464
</plugin>

0 commit comments

Comments
 (0)