From dfb054f0c1dcb96b5e3f72d03b9047af995c4a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:20:58 +0000 Subject: [PATCH] Bump com.vaadin from 24.5.2 to 24.5.3 Bumps com.vaadin from 24.5.2 to 24.5.3. --- updated-dependencies: - dependency-name: com.vaadin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c445d19..66341c5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'com.vaadin' version '24.5.2' + id 'com.vaadin' version '24.5.3' id 'org.cyclonedx.bom' version '1.10.0' id 'com.gorylenko.gradle-git-properties' version '2.4.2' id 'org.springframework.boot' version '3.3.5'