From 08729845f14e9512186a1930db8b70e6a31dc0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 11:59:11 +0000 Subject: [PATCH] Bump dependency-management-plugin from 1.0.10.RELEASE to 1.0.11.RELEASE Bumps [dependency-management-plugin](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.0.10.RELEASE to 1.0.11.RELEASE. - [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.10.RELEASE...v1.0.11.RELEASE) Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c9978fe49..104c88544 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ buildscript { dependencies { classpath("com.diffplug.spotless:spotless-plugin-gradle:5.11.1") classpath("com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5") - classpath("io.spring.gradle:dependency-management-plugin:1.0.10.RELEASE") + classpath("io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE") classpath("ru.vyarus:gradle-quality-plugin:4.5.0") } }