From 3a81e46bd34c56cfa5c06ec250e00ae509bd38ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:04:55 +0000 Subject: [PATCH] chore(deps): bump com.vaadin from 24.8.3 to 24.8.8 Bumps [com.vaadin](https://github.com/vaadin/platform) from 24.8.3 to 24.8.8. - [Release notes](https://github.com/vaadin/platform/releases) - [Commits](https://github.com/vaadin/platform/compare/24.8.3...24.8.8) --- updated-dependencies: - dependency-name: com.vaadin dependency-version: 24.8.8 dependency-type: direct:production update-type: version-update:semver-patch ... 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..9a35a11 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.8.8" id("com.diffplug.spotless") version "7.2.1" }