From 04c4e78398da557b20c8bf6e1c47f73e4a734b39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:16:14 +0000 Subject: [PATCH] chore(deps): update kotlin monorepo to v1.9.22 --- 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 33fc77fc..aad69b2f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ spock = "2.3-groovy-4.0" awaitility = '4.2.0' junit = '5.10.1' -kotlin = '1.9.20' +kotlin = '1.9.22' testcontainers = '1.19.1' nats = '2.17.1'