From fd72e7f26d3101a8a5e114da1c706d2dab3bcbcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 07:31:32 +0000 Subject: [PATCH] chore(deps): bump com.vaadin from 24.8.3 to 24.9.0 Bumps [com.vaadin](https://github.com/vaadin/platform) from 24.8.3 to 24.9.0. - [Release notes](https://github.com/vaadin/platform/releases) - [Commits](https://github.com/vaadin/platform/compare/24.8.3...24.9.0) --- updated-dependencies: - dependency-name: com.vaadin dependency-version: 24.9.0 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..38d2710 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.0" id("com.diffplug.spotless") version "7.2.1" }