From 9f2b897e6f083befa733602c3bfd86feeaace004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:37:13 +0000 Subject: [PATCH] Bump the guide-dependencies-gradle group across 2 directories with 3 updates Bumps the guide-dependencies-gradle group with 3 updates in the /complete directory: com.vaadin:vaadin-bom, [org.springframework.boot](https://github.com/spring-projects/spring-boot) and com.vaadin. Bumps the guide-dependencies-gradle group with 3 updates in the /initial directory: com.vaadin:vaadin-bom, [org.springframework.boot](https://github.com/spring-projects/spring-boot) and com.vaadin. Updates `com.vaadin:vaadin-bom` from 24.4.4 to 24.6.0 Updates `org.springframework.boot` from 3.3.1 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.1...v3.4.1) Updates `com.vaadin` from 24.4.4 to 24.6.0 Updates `com.vaadin:vaadin-bom` from 24.4.4 to 24.6.0 Updates `org.springframework.boot` from 3.3.1 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.1...v3.4.1) Updates `com.vaadin` from 24.4.4 to 24.6.0 --- 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: org.springframework.boot 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: org.springframework.boot 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 | 6 +++--- initial/build.gradle | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/complete/build.gradle b/complete/build.gradle index 3148914b..c4696fd8 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 'org.springframework.boot' version '3.4.1' + id 'com.vaadin' version '24.6.0' } apply plugin: 'io.spring.dependency-management' @@ -15,7 +15,7 @@ repositories { } ext { - vaadinVersion = '24.4.4' + vaadinVersion = '24.6.0' } dependencies { diff --git a/initial/build.gradle b/initial/build.gradle index 3148914b..c4696fd8 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 'org.springframework.boot' version '3.4.1' + id 'com.vaadin' version '24.6.0' } apply plugin: 'io.spring.dependency-management' @@ -15,7 +15,7 @@ repositories { } ext { - vaadinVersion = '24.4.4' + vaadinVersion = '24.6.0' } dependencies {