diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c2d00e8..db9d2f4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ junit-platformLauncher = { module = "org.junit.platform:junit-platform-launcher" jacoco-agent = { module = "org.jacoco:org.jacoco.agent", version.ref = "jacoco" } jspecify = { module = "org.jspecify:jspecify", version = "1.0.0" } assertj-core = { module = "org.assertj:assertj-core", version = "3.27.7" } -checkstyle = { module = "com.puppycrawl.tools:checkstyle", version = "13.4.0" } +checkstyle = { module = "com.puppycrawl.tools:checkstyle", version = "13.4.2" } gradle-jreleaser = { module = "org.jreleaser:org.jreleaser.gradle.plugin", version = "1.23.0" } gradle-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" } gradle-plantirJavaFormat = { module = "com.palantir.javaformat:palantir-java-format", version.ref = "palantirJavaFormat" }