From f4c59bd632c2a464eaa8295e5e53abba611c1f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:19:45 +0000 Subject: [PATCH] Bump com.vaadin from 24.3.9 to 24.4.11 Bumps com.vaadin from 24.3.9 to 24.4.11. --- updated-dependencies: - dependency-name: com.vaadin 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..d1b168b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { kotlin("plugin.noarg") version kotlinVersion id("com.diffplug.spotless") version "6.25.0" id("io.quarkus") version "3.9.2" - id("com.vaadin") version "24.3.9" + id("com.vaadin") version "24.4.11" id("com.adarshr.test-logger") version "4.0.0" }