From 19f27143bee590d46261b4b0fb6f6f8cc56db391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:16:47 +0000 Subject: [PATCH] Bump com.vaadin from 24.3.0 to 24.4.1 in /initial Bumps com.vaadin from 24.3.0 to 24.4.1. --- updated-dependencies: - dependency-name: com.vaadin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- initial/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initial/build.gradle b/initial/build.gradle index 36f6d9e7..f3b02fbe 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'org.springframework.boot' version '3.3.0' id 'io.spring.dependency-management' version '1.1.5' - id 'com.vaadin' version '24.3.0' + id 'com.vaadin' version '24.4.1' } group = 'com.example'