From e74163704ca70be42521abfa0c0ec41de421c3f8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jun 2022 07:55:14 +0200 Subject: [PATCH 1/6] Upgrade to Dropwizard Metrics 4.2.10 Closes gh-31486 --- 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 54ed33e554..8f454a062d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -255,7 +255,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.9") { + library("Dropwizard Metrics", "4.2.10") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 72257ba302a0475a8cdd991b2ee48ebe2d105ccd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jun 2022 07:55:16 +0200 Subject: [PATCH 2/6] Upgrade to Jetty 9.4.47.v20220610 Closes gh-31487 --- 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 8f454a062d..86b1f0cadd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -909,7 +909,7 @@ bom { ] } } - library("Jetty", "9.4.46.v20220331") { + library("Jetty", "9.4.47.v20220610") { prohibit("[10.0.0-alpha0,)") { because "it requires Java 11" } From 296e88db51e176b93c70845da8bfca5097447318 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jun 2022 08:03:45 +0200 Subject: [PATCH 3/6] Upgrade to Dropwizard Metrics 4.2.10 Closes gh-31488 --- 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 fa67b564e1..54819b9359 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -273,7 +273,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.9") { + library("Dropwizard Metrics", "4.2.10") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 7266dd52709e44a669508771ef5f475f64cd9d9e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jun 2022 08:03:47 +0200 Subject: [PATCH 4/6] Upgrade to Jetty 9.4.47.v20220610 Closes gh-31489 --- 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 54819b9359..b133600b3b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -940,7 +940,7 @@ bom { ] } } - library("Jetty", "9.4.46.v20220331") { + library("Jetty", "9.4.47.v20220610") { prohibit("[10.0.0-alpha0,)") { because "it requires Java 11" } From 4f6bc3c2e062f09473d2652eeb6d8a0489998bab Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jun 2022 08:03:51 +0200 Subject: [PATCH 5/6] Upgrade to Kotlin Coroutines 1.6.3 Closes gh-31490 --- 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 b133600b3b..876f56ca4c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1100,7 +1100,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.6.2") { + library("Kotlin Coroutines", "1.6.3") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom" From f27adeb241c940a4f2a450a00793c5501139e086 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jun 2022 08:03:53 +0200 Subject: [PATCH 6/6] Upgrade to Solr 8.11.2 Closes gh-31491 --- 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 876f56ca4c..477ecbcd2e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1627,7 +1627,7 @@ bom { ] } } - library("Solr", "8.11.1") { + library("Solr", "8.11.2") { group("org.apache.solr") { modules = [ "solr-analysis-extras",