From 386eb19c3b8575c0c13a8f9c0ebb0fc370923537 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 12:13:55 +0000 Subject: [PATCH] fix(deps): update checkstyle to v13 {patch} Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c03af0e2..68c1184b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ cucumber = "7.34.3" mockitoCore = "5.23.0" jupiter = "6.0.3" abortMission = "7.1.7" -checkstyle = "12.3.1" +checkstyle = "13.4.2" jacoco = "0.8.14" jackson = { strictly = "3.1.3" } jacksonAnnotations = { strictly = "2.21" }