From 9130030ec8095a5b8d36e6b94847bae4548c3417 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 13:32:55 +0100 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.1.5 Closes gh-40721 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index af76c54bd29..e9f35ca738d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -228,7 +228,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.1.4") { + library("Dependency Management Plugin", "1.1.5") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"