Skip to content

Commit 2b91e1b

Browse files
committed
[Java] Upgrade to Checkstyle 9.2.1.
1 parent e4da8fa commit 2b91e1b

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 = '9.2'
45+
def checkstyleVersion = '9.2.1'
4646
def hamcrestVersion = '2.2'
4747
def mockitoVersion = '4.2.0'
4848
def junitVersion = '5.8.2'

0 commit comments

Comments
 (0)