From 6a0b8732501afa9c3f33930126c1302bda3591f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 18:05:19 +0100 Subject: [PATCH] Update vaadin.base to v24.6.2 (#505) 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 8e748517..ce93762a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "2.1.0" dokka = "2.0.0" springBoot = "3.4.1" -vaadin-base = "24.5.8" +vaadin-base = "24.6.2" kotlinPoet = "2.0.0" testContainers = "1.20.4" jooq = "3.19.10"