From 2fabc49a1ed1d923487bdb1df68b494ef3ce89f8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 11:57:19 +0100 Subject: [PATCH 1/4] Upgrade to Dropwizard Metrics 4.2.21 Closes gh-37897 --- 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 a936d8d1bd..0eda8d5cee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -242,7 +242,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.20") { + library("Dropwizard Metrics", "4.2.21") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 4fde3460bc27af5698e15722ac742a2707a1f2f1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 11:57:24 +0100 Subject: [PATCH 2/4] Upgrade to Jackson Bom 2.15.3 Closes gh-37898 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 63d71f02ea..6e354c80fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 assertjVersion=3.24.2 commonsCodecVersion=1.15 hamcrestVersion=2.2 -jacksonVersion=2.15.2 +jacksonVersion=2.15.3 junitJupiterVersion=5.9.3 kotlinVersion=1.8.22 mavenVersion=3.9.4 From 43b566b98ea4780dd8516498af5888cad9119bc9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 11:57:25 +0100 Subject: [PATCH 3/4] Upgrade to Spring Data Bom 2023.0.5 Closes gh-37698 --- 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 0eda8d5cee..c2901c60ed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1404,7 +1404,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.5-SNAPSHOT") { + library("Spring Data Bom", "2023.0.5") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From fea81fb50dd8081c7a00b2b28b5599a9d12ff21f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 11:57:25 +0100 Subject: [PATCH 4/4] Upgrade to Spring LDAP 3.1.2 Closes gh-37699 --- 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 c2901c60ed..4f50caf180 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1456,7 +1456,7 @@ bom { ] } } - library("Spring LDAP", "3.1.2-SNAPSHOT") { + library("Spring LDAP", "3.1.2") { considerSnapshots() group("org.springframework.ldap") { modules = [