From 03209fad19fde7e045ebe516b5cee64ffa50e83d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 11:53:57 +0100 Subject: [PATCH 1/3] Upgrade to Dropwizard Metrics 4.2.21 Closes gh-37896 --- 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 549c43ae1c8..2c162db83e9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -206,7 +206,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.20") { + library("Dropwizard Metrics", "4.2.21") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 53a020fef7ef114827c5408428c5e1fdfd8bba8f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 11:53:57 +0100 Subject: [PATCH 2/3] Upgrade to Spring Data Bom 2022.0.11 Closes gh-37682 --- 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 2c162db83e9..6e15894cee3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1365,7 +1365,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.11-SNAPSHOT") { + library("Spring Data Bom", "2022.0.11") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From fc69d272fc3b867db1d782f3125fb146bcccf9f0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 11:53:58 +0100 Subject: [PATCH 3/3] Upgrade to Spring LDAP 3.0.6 Closes gh-37683 --- 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 6e15894cee3..b389141e544 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Spring LDAP", "3.0.6-SNAPSHOT") { + library("Spring LDAP", "3.0.6") { considerSnapshots() group("org.springframework.ldap") { modules = [