From 98185b5f0a28bd59be3c4b7f27768fc21f4ed5ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:22:15 +0100 Subject: [PATCH 1/2] Update kotlin to v1.9.23 (#501) 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 3aa84749..a4457f73 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "1.9.22" +kotlin = "1.9.23" dokka = "1.9.10" springBoot = "3.2.3" vaadin-flow = "24.3.6" From 3270fe1cf5426e9c1bf74223d43b5b021ed6b54f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:22:21 +0100 Subject: [PATCH 2/2] Update testcontainers-java monorepo to v1.19.7 (#500) 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 a4457f73..03e20db6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ springBoot = "3.2.3" vaadin-flow = "24.3.6" vaadin-base = "24.3.6" kotlinPoet = "1.16.0" -testContainers = "1.19.6" +testContainers = "1.19.7" jooq = "3.18.5" karibu = "2.1.4"