From 928d2106651d1a60fe678a312a46bd088a01dea6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Nov 2022 06:08:46 +0100 Subject: [PATCH 1/5] Upgrade to Dropwizard Metrics 4.2.13 Closes gh-33319 --- 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 3d1cb21926..7b0ff4f5a7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -258,7 +258,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.12") { + library("Dropwizard Metrics", "4.2.13") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 92ed0dc61e322946e8ff9be01b31f373fbed6391 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Nov 2022 06:08:49 +0100 Subject: [PATCH 2/5] Upgrade to HttpClient5 5.1.4 Closes gh-33320 --- 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 7b0ff4f5a7..95cea31ba2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -512,7 +512,7 @@ bom { ] } } - library("HttpClient5", "5.1.3") { + library("HttpClient5", "5.1.4") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5", From 4a792d14c54bb2a6357301ece1f2b2309ea2e696 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Nov 2022 06:12:43 +0100 Subject: [PATCH 3/5] Upgrade to Dropwizard Metrics 4.2.13 Closes gh-33321 --- 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 3474488fc0..7a707e94a6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -276,7 +276,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.12") { + library("Dropwizard Metrics", "4.2.13") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From ccd85b7eae0a6e11c2545071e3e5e55c48b32549 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Nov 2022 06:12:47 +0100 Subject: [PATCH 4/5] Upgrade to Ehcache3 3.10.8 Closes gh-33322 --- 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 7a707e94a6..74f41b79d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -290,7 +290,7 @@ bom { ] } } - library("Ehcache3", "3.10.6") { + library("Ehcache3", "3.10.8") { group("org.ehcache") { modules = [ "ehcache", From b39f4d7d85e42b498ae71803cda82a8655c1722f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Nov 2022 06:12:51 +0100 Subject: [PATCH 5/5] Upgrade to HttpClient5 5.1.4 Closes gh-33323 --- 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 74f41b79d3..61a5be9e7b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -543,7 +543,7 @@ bom { ] } } - library("HttpClient5", "5.1.3") { + library("HttpClient5", "5.1.4") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5",