From 2c278dd227135553af736c5734bd65bf7cef31ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:59:06 +0000 Subject: [PATCH] Update vaadin.base to v24.3.13 --- 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 e8945743..3b9aabda 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "1.9.24" dokka = "1.9.20" springBoot = "3.2.5" -vaadin-base = "24.1.16" +vaadin-base = "24.3.13" kotlinPoet = "1.16.0" testContainers = "1.19.8" jooq = "3.18.5"