From 28b4298cdd9ab82462264889cec61de7f92e3952 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 Nov 2023 15:57:09 +0000 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.1.4 Closes gh-38346 --- 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 caa7dfd5ecb9..3654388a9b16 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -221,7 +221,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.1.3") { + library("Dependency Management Plugin", "1.1.4") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"