Skip to content

Commit 6229204

Browse files
authored
[Build] Update checkstyle from 10.3 to 11.0.1 (#135381) (#135428)
This should fix a asm incompatibility we have seen in our builds (cherry picked from commit b3ad698) # Conflicts: # gradle/verification-metadata.xml
1 parent 6e2e910 commit 6229204

File tree

2 files changed

+124
-71
lines changed

2 files changed

+124
-71
lines changed

gradle/build.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apache-rat = "org.apache.rat:apache-rat:0.11"
1313
asm = { group = "org.ow2.asm", name="asm", version.ref="asm" }
1414
asm-tree = { group = "org.ow2.asm", name="asm-tree", version.ref="asm" }
1515
bytebuddy = "net.bytebuddy:byte-buddy:1.15.11"
16-
checkstyle = "com.puppycrawl.tools:checkstyle:10.3"
16+
checkstyle = "com.puppycrawl.tools:checkstyle:11.0.1"
1717
commmons-io = "commons-io:commons-io:2.2"
1818
docker-compose = "com.avast.gradle:gradle-docker-compose-plugin:0.17.5"
1919
forbiddenApis = "de.thetaphi:forbiddenapis:3.8"

0 commit comments

Comments
 (0)