From 706eb6df603d2c3f29ef72b72bea21d0f7ee6d0e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Oct 2021 11:33:32 +0200 Subject: [PATCH 01/10] Upgrade to Dropwizard Metrics 4.1.26 Closes gh-28280 --- 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 842f7444e3e3..09309a48d2a1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -247,7 +247,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.1.25") { + library("Dropwizard Metrics", "4.1.26") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From f2a5c6bcd0a30ccf8591e09a72be292f680a74fe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Oct 2021 11:33:34 +0200 Subject: [PATCH 02/10] Upgrade to HttpCore5 5.1.2 Closes gh-28281 --- 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 09309a48d2a1..004803eb0cbd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -504,7 +504,7 @@ bom { ] } } - library("HttpCore5", "5.1.1") { + library("HttpCore5", "5.1.2") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5", From 5c0b76ec18fee6ccbd8cb2bc612bbd003c20f6cc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Oct 2021 11:33:35 +0200 Subject: [PATCH 03/10] Upgrade to Jaybird 4.0.4.java8 Closes gh-28282 --- 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 004803eb0cbd..fb232da9f7d6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -813,7 +813,7 @@ bom { ] } } - library("Jaybird", "4.0.3.java8") { + library("Jaybird", "4.0.4.java8") { group("org.firebirdsql.jdbc") { modules = [ "jaybird", From 45507a3d19e76fb7f42615099d34c68a482322f4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Oct 2021 11:33:36 +0200 Subject: [PATCH 04/10] Upgrade to Jetty 9.4.44.v20210927 Closes gh-28283 --- 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 fb232da9f7d6..da0b7fdfc169 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -883,7 +883,7 @@ bom { ] } } - library("Jetty", "9.4.43.v20210629") { + library("Jetty", "9.4.44.v20210927") { prohibit("[11.0.0-alpha0,)") { because "it uses the jakarta.* namespace" } From c5abb57bdbc009ebe8ec515cfc99e5cc9155c9e9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Oct 2021 11:33:37 +0200 Subject: [PATCH 05/10] Upgrade to Lombok 1.18.22 Closes gh-28284 --- 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 da0b7fdfc169..08c18ce92767 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1060,7 +1060,7 @@ bom { ] } } - library("Lombok", "1.18.20") { + library("Lombok", "1.18.22") { group("org.projectlombok") { modules = [ "lombok" From ed77189d69b397dea6f2c4646e083dc268b5b546 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Oct 2021 11:33:38 +0200 Subject: [PATCH 06/10] Upgrade to Netty tcNative 2.0.44.Final Closes gh-28285 --- 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 08c18ce92767..b5eca38d90c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1276,7 +1276,7 @@ bom { ] } } - library("Netty tcNative", "2.0.43.Final") { + library("Netty tcNative", "2.0.44.Final") { group("io.netty") { modules = [ "netty-tcnative", From 3e8229e6a16203808c4ac95a61f04e836cf84cbc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Oct 2021 11:33:39 +0200 Subject: [PATCH 07/10] Upgrade to Postgresql 42.2.24 Closes gh-28286 --- 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 b5eca38d90c0..e3722dcb6aac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1357,7 +1357,7 @@ bom { ] } } - library("Postgresql", "42.2.23") { + library("Postgresql", "42.2.24") { group("org.postgresql") { modules = [ "postgresql" From 9118644d2aadd635cb6c32c3b8a935765b0d302c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Oct 2021 11:33:40 +0200 Subject: [PATCH 08/10] Upgrade to R2DBC Bom Arabba-SR11 Closes gh-28287 --- 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 e3722dcb6aac..325854609687 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1395,7 +1395,7 @@ bom { ] } } - library("R2DBC Bom", "Arabba-SR10") { + library("R2DBC Bom", "Arabba-SR11") { group("io.r2dbc") { imports = [ "r2dbc-bom" From 4478ffae3b2963a4f19f81f50369e74d8db2a403 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Oct 2021 11:33:41 +0200 Subject: [PATCH 09/10] Upgrade to Tomcat 9.0.54 Closes gh-28288 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d172555086d5..a1eb48981074 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,6 +5,6 @@ org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.5.31 -tomcatVersion=9.0.53 +tomcatVersion=9.0.54 kotlin.stdlib.default.dependency=false From 3e1b91911a8031ccea4cb70c27ace287445c6dc9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Oct 2021 11:33:42 +0200 Subject: [PATCH 10/10] Upgrade to Undertow 2.2.12.Final Closes gh-28289 --- 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 325854609687..9b883740fe98 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1825,7 +1825,7 @@ bom { ] } } - library("Undertow", "2.2.10.Final") { + library("Undertow", "2.2.12.Final") { group("io.undertow") { modules = [ "undertow-core",