From e24369e062d074c38856c97d5a62fb5ebdd076a1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 09:46:23 +0100 Subject: [PATCH 1/3] Upgrade to Dropwizard Metrics 4.2.20 Closes gh-37751 --- 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 eb1f29c48c..d393546f0f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -283,7 +283,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.19") { + library("Dropwizard Metrics", "4.2.20") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 21a997af1dd8389c7ead91468e4f0b6162743425 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 09:46:27 +0100 Subject: [PATCH 2/3] Upgrade to Netty 4.1.99.Final Closes gh-37752 --- 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 d393546f0f..b04c24c274 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1398,7 +1398,7 @@ bom { ] } } - library("Netty", "4.1.97.Final") { + library("Netty", "4.1.99.Final") { group("io.netty") { imports = [ "netty-bom" From 657656e814b6d932c3b5c1c3fc10b62af746c812 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 09:46:32 +0100 Subject: [PATCH 3/3] Upgrade to UnboundID LDAPSDK 6.0.10 Closes gh-37753 --- 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 b04c24c274..e5cbe83d71 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1974,7 +1974,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.9") { + library("UnboundID LDAPSDK", "6.0.10") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"