Skip to content

Commit 22adc44

Browse files
Bump com.puppycrawl.tools:checkstyle from 12.2.0 to 13.0.0
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 12.2.0 to 13.0.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-12.2.0...checkstyle-13.0.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56d80a0 commit 22adc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ subprojects {
9191
dependency("com.beust:jcommander:1.82")
9292
dependency("com.github.spotbugs:spotbugs:4.9.8")
9393
dependency("com.opencsv:opencsv:5.12.0")
94-
dependency("com.puppycrawl.tools:checkstyle:12.2.0")
94+
dependency("com.puppycrawl.tools:checkstyle:13.0.0")
9595
dependency("com.squareup.retrofit2:converter-jackson:${comSquareupRetrofit2Version}")
9696
dependency("com.squareup.retrofit2:retrofit:${comSquareupRetrofit2Version}")
9797
dependency("commons-beanutils:commons-beanutils:1.11.0")

0 commit comments

Comments
 (0)