Skip to content

Commit 57c4cd2

Browse files
authored
Update checkstyle to latest 8.x release (#82186) (#82254)
- Updates checkstyle to 8.45.1 - This was update was triggered by us running into checkstyle/checkstyle#9897 We do not update to latest 9.x release yet as we see a performance decrease when running precommit with this. likely related to checkstyle/checkstyle#10934
1 parent 62e9e4c commit 57c4cd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-conventions/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
api 'org.apache.maven:maven-model:3.6.2'
6666
api 'gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0'
6767
api 'org.apache.rat:apache-rat:0.11'
68-
compileOnly "com.puppycrawl.tools:checkstyle:8.42"
68+
compileOnly "com.puppycrawl.tools:checkstyle:8.45.1"
6969
api('com.diffplug.spotless:spotless-plugin-gradle:6.0.0') {
7070
exclude module: "groovy-xml"
7171
}

build-tools-internal/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lucene = 9.0.0
44
bundled_jdk_vendor = adoptium
55
bundled_jdk = 17.0.1+12
66

7-
checkstyle = 8.42
7+
checkstyle = 8.45.1
88

99
# optional dependencies
1010
spatial4j = 0.7

0 commit comments

Comments
 (0)