Skip to content

Commit c756afc

Browse files
committed
[Java] Upgrade to Checkstyle 9.0.
1 parent dbe5d92 commit c756afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def toolchainLauncher = javaToolchains.launcherFor {
4242
languageVersion = JavaLanguageVersion.of(buildJavaVersion)
4343
}
4444

45-
def checkstyleVersion = '8.45.1'
45+
def checkstyleVersion = '9.0'
4646
def hamcrestVersion = '2.2'
4747
def mockitoVersion = '3.12.4'
4848
def junitVersion = '5.8.1'

0 commit comments

Comments
 (0)