From 28feb335cc6d8cb5f2d974690665274b05e7be1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:02:56 +0000 Subject: [PATCH] chore(deps): bump com.vaadin from 24.8.3 to 24.9.3 Bumps [com.vaadin](https://github.com/vaadin/platform) from 24.8.3 to 24.9.3. - [Release notes](https://github.com/vaadin/platform/releases) - [Commits](https://github.com/vaadin/platform/compare/24.8.3...24.9.3) --- updated-dependencies: - dependency-name: com.vaadin dependency-version: 24.9.3 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 d87b0cd..7cae261 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { kotlin("plugin.serialization") version "2.1.21" id("org.springframework.boot") version "3.5.5-SNAPSHOT" id("io.spring.dependency-management") version "1.1.7" - id("com.vaadin") version "24.8.3" + id("com.vaadin") version "24.9.3" id("com.diffplug.spotless") version "7.2.1" }