Skip to content

Commit 43d1253

Browse files
committed
[Java] Bump Checkstyle to 10.23.1.
1 parent 0f0e58d commit 43d1253

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,15 @@ subprojects {
172172
group = sbeGroup
173173
version = sbeVersion
174174

175+
checkstyle.toolVersion = libs.versions.checkstyle.get()
176+
175177
java {
176178
toolchain {
177179
languageVersion = JavaLanguageVersion.of(buildJavaVersion)
178180
}
179181
sourceCompatibility = JavaVersion.VERSION_17
180182
}
181183

182-
checkstyle.toolVersion = libs.versions.checkstyle.get()
183-
184184
tasks.withType(Sign).configureEach {
185185
onlyIf {
186186
isReleaseVersion && gradle.taskGraph.hasTask(tasks.publish)

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
agrona = "2.1.0"
3-
checkstyle = "10.23.0"
3+
checkstyle = "10.23.1"
44
commons-codec = "1.15"
55
commons-lang3 = "3.8.1"
66
hamcrest = "3.0"

0 commit comments

Comments
 (0)