From 64138576dadd656c7fc9d7225cebc590390631b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 04:05:50 +0000 Subject: [PATCH] build(deps): bump io.spring.dependency-management Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.0.11.RELEASE to 1.1.0. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.0.11.RELEASE...v1.1.0) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a5409c8..7921365 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'com.google.cloud.tools.jib' version '3.1.4' apply false id 'fr.brouillard.oss.gradle.jgitver' version '0.9.1' apply false id 'org.springframework.boot' version '2.5.5' apply false - id 'io.spring.dependency-management' version '1.0.11.RELEASE' apply false + id 'io.spring.dependency-management' version '1.1.0' apply false } allprojects {