From bad9440a5377893b9a0b963df429ccc4a9d5599f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:13:28 +0000 Subject: [PATCH] Bump io.spring.dependency-management from 1.1.0 to 1.1.5 in /initial Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.0 to 1.1.5. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.0...v1.1.5) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... 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 89e05b8e..36f6d9e7 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'org.springframework.boot' version '3.3.0' - id 'io.spring.dependency-management' version '1.1.0' + id 'io.spring.dependency-management' version '1.1.5' id 'com.vaadin' version '24.3.0' }