Skip to content

Commit 26e5893

Browse files
committed
[Java] Upgrade to Checkstyle 9.3.
1 parent 9bf5acb commit 26e5893

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.1'
45+
def checkstyleVersion = '9.3'
4646
def hamcrestVersion = '2.2'
4747
def mockitoVersion = '4.3.1'
4848
def junitVersion = '5.8.2'

0 commit comments

Comments
 (0)