From 6523a19ae55b22025c187c2053590af4946a3bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:31:17 +0000 Subject: [PATCH] Bump com.vaadin:vaadin-bom from 24.3.9 to 24.4.13 Bumps com.vaadin:vaadin-bom from 24.3.9 to 24.4.13. --- updated-dependencies: - dependency-name: com.vaadin:vaadin-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f552304..17cca7b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ java { val version: String by project val quarkusPlatformVersion = "3.9.2" -val vaadinVersion = "24.3.9" +val vaadinVersion = "24.4.13" repositories { mavenCentral()