From ce22c4f9b89f29c0ba02667d19f261e94a8a20ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:45:00 +0200 Subject: [PATCH] fix(deps): update kotlin monorepo to v1.9.24 (#546) Co-authored-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 ac63c1e1..4f3f637a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ json-api = '1.1.4' jcl-slf4j = '2.0.12' jms-api = '2.0.1' jsr305 = "3.0.2" -kotlin = '1.9.22' +kotlin = '1.9.24' spock = "2.3-groovy-4.0" spotbugs = "4.8.3" micronaut-validation = "4.4.0"