From 27f60e99b30336f53c583fe73a4f058bc9845191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:38:43 +0000 Subject: [PATCH] Update vaadin.base to v24.5.7 --- 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 b5488e65..fc7182a5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "2.0.20" dokka = "1.9.20" springBoot = "3.3.3" -vaadin-base = "24.1.16" +vaadin-base = "24.5.7" kotlinPoet = "1.18.1" testContainers = "1.20.1" jooq = "3.18.5"