From fc69cc4e663843a1e6372c9b454dffe43d378364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:13:28 +0000 Subject: [PATCH] Bump the guide-dependencies-gradle group across 2 directories with 2 updates Bumps the guide-dependencies-gradle group with 2 updates in the /complete directory: com.vaadin:vaadin-bom and com.vaadin. Bumps the guide-dependencies-gradle group with 2 updates in the /initial directory: com.vaadin:vaadin-bom and com.vaadin. Updates `com.vaadin:vaadin-bom` from 24.4.4 to 24.5.2 Updates `com.vaadin` from 24.4.4 to 24.5.2 Updates `com.vaadin:vaadin-bom` from 24.4.4 to 24.5.2 Updates `com.vaadin` from 24.4.4 to 24.5.2 --- updated-dependencies: - dependency-name: com.vaadin:vaadin-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle - dependency-name: com.vaadin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle - dependency-name: com.vaadin:vaadin-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle - dependency-name: com.vaadin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle ... Signed-off-by: dependabot[bot] --- complete/build.gradle | 4 ++-- initial/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/complete/build.gradle b/complete/build.gradle index 3148914b..e8663752 100644 --- a/complete/build.gradle +++ b/complete/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'org.springframework.boot' version '3.3.1' - id 'com.vaadin' version '24.4.4' + id 'com.vaadin' version '24.5.2' } apply plugin: 'io.spring.dependency-management' @@ -15,7 +15,7 @@ repositories { } ext { - vaadinVersion = '24.4.4' + vaadinVersion = '24.5.2' } dependencies { diff --git a/initial/build.gradle b/initial/build.gradle index 3148914b..e8663752 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'org.springframework.boot' version '3.3.1' - id 'com.vaadin' version '24.4.4' + id 'com.vaadin' version '24.5.2' } apply plugin: 'io.spring.dependency-management' @@ -15,7 +15,7 @@ repositories { } ext { - vaadinVersion = '24.4.4' + vaadinVersion = '24.5.2' } dependencies {