From 665e40a6c70cb1061dfc653cfca4fa365c1408d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:26:30 +0100 Subject: [PATCH] Update vaadin.base to v24.3.6 (#483) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: F43nd1r --- 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 9688ab15..3aa84749 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ kotlin = "1.9.22" dokka = "1.9.10" springBoot = "3.2.3" vaadin-flow = "24.3.6" -vaadin-base = "24.3.1" +vaadin-base = "24.3.6" kotlinPoet = "1.16.0" testContainers = "1.19.6" jooq = "3.18.5"