From 2d6c6282d9a72c13fccbe2c8f5521e5a4ac554a2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:33 +0200 Subject: [PATCH 01/15] Upgrade to AppEngine SDK 1.9.88 Closes gh-26006 --- 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 c1a29987e03..58efe06a088 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -60,7 +60,7 @@ bom { ] } } - library("AppEngine SDK", "1.9.87") { + library("AppEngine SDK", "1.9.88") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk" From 3f2cebd545842df5902d3b392326ed4e27a2b5f3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:37 +0200 Subject: [PATCH 02/15] Upgrade to Dropwizard Metrics 4.1.19 Closes gh-26007 --- 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 58efe06a088..bff47852d88 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -248,7 +248,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.1.18") { + library("Dropwizard Metrics", "4.1.19") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 4d8382b25cb0467269f8aef2a01f41e607e9f4b9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:38 +0200 Subject: [PATCH 03/15] Upgrade to Hibernate 5.4.30.Final Closes gh-26008 --- 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 bff47852d88..13b0f8de2a9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -398,7 +398,7 @@ bom { ] } } - library("Hibernate", "5.4.29.Final") { + library("Hibernate", "5.4.30.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0", From 6b98be6db9dda2d54f77d4631bd103217234e6c2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:40 +0200 Subject: [PATCH 04/15] Upgrade to Jakarta Mail 1.6.7 Closes gh-26009 --- 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 13b0f8de2a9..3ac7858567f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -541,7 +541,7 @@ bom { ] } } - library("Jakarta Mail", "1.6.6") { + library("Jakarta Mail", "1.6.7") { group("jakarta.mail") { modules = [ "jakarta.mail-api" From 1bc2c3658af9cc51c2f00282e6f89518c0a72397 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:42 +0200 Subject: [PATCH 05/15] Upgrade to Jaybird 3.0.11 Closes gh-26010 --- 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 3ac7858567f..8ba3327ed27 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -732,7 +732,7 @@ bom { ] } } - library("Jaybird", "3.0.10") { + library("Jaybird", "3.0.11") { group("org.firebirdsql.jdbc") { modules = [ "jaybird-jdk17", From 3906719382081a14b7c47c01e294c5ff25c83769 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:43 +0200 Subject: [PATCH 06/15] Upgrade to Jetty Reactive HTTPClient 1.1.7 Closes gh-26011 --- 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 8ba3327ed27..31cdd8079e7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -789,7 +789,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.6") { + library("Jetty Reactive HTTPClient", "1.1.7") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient" From 20f47b31497423d5e45b700fd08c210a9b73a871 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:45 +0200 Subject: [PATCH 07/15] Upgrade to Jetty 9.4.39.v20210325 Closes gh-26012 --- 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 31cdd8079e7..2c7dbd2a901 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -796,7 +796,7 @@ bom { ] } } - library("Jetty", "9.4.38.v20210224") { + library("Jetty", "9.4.39.v20210325") { group("org.eclipse.jetty") { imports = [ "jetty-bom" From a2ff5c15858148e0b8a2c8d7a7412384ca4e6628 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:46 +0200 Subject: [PATCH 08/15] Upgrade to Kotlin 1.4.32 Closes gh-26013 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3e34781b555..a3685aeed20 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.caching=true org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 -kotlinVersion=1.4.31 +kotlinVersion=1.4.32 tomcatVersion=9.0.44 kotlin.stdlib.default.dependency=false From 8097d228216705d36bc4c6cd6c10c0b475ec4b2a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:48 +0200 Subject: [PATCH 09/15] Upgrade to Lombok 1.18.20 Closes gh-26014 --- 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 2c7dbd2a901..fb63652259c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -972,7 +972,7 @@ bom { ] } } - library("Lombok", "1.18.18") { + library("Lombok", "1.18.20") { group("org.projectlombok") { modules = [ "lombok" From 50922949bd48980d6c5f1037928952fdd10e0ca1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:49 +0200 Subject: [PATCH 10/15] Upgrade to MIMEPull 1.9.14 Closes gh-26015 --- 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 fb63652259c..68405beb12a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1124,7 +1124,7 @@ bom { ] } } - library("MIMEPull", "1.9.13") { + library("MIMEPull", "1.9.14") { group("org.jvnet.mimepull") { modules = [ "mimepull" From df9b17104c2fe08aca5908f02b21c2b6e9fcc96b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:51 +0200 Subject: [PATCH 11/15] Upgrade to Netty 4.1.63.Final Closes gh-26016 --- 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 68405beb12a..b3b3f9d5421 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1181,7 +1181,7 @@ bom { ] } } - library("Netty", "4.1.60.Final") { + library("Netty", "4.1.63.Final") { group("io.netty") { imports = [ "netty-bom" From cddc0b625b29dccde0ea77d60676fa53dea1261d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:52 +0200 Subject: [PATCH 12/15] Upgrade to Netty tcNative 2.0.38.Final Closes gh-26017 --- 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 b3b3f9d5421..2006125ea78 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1188,7 +1188,7 @@ bom { ] } } - library("Netty tcNative", "2.0.36.Final") { + library("Netty tcNative", "2.0.38.Final") { group("io.netty") { modules = [ "netty-tcnative", From d9d051053d3f216cc04a2457a672270040724b3b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:54 +0200 Subject: [PATCH 13/15] Upgrade to Sun Mail 1.6.7 Closes gh-26018 --- 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 2006125ea78..d4d0aff0719 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Sun Mail", "1.6.6") { + library("Sun Mail", "1.6.7") { group("com.sun.mail") { modules = [ "jakarta.mail" From c1c843f1d67e34e38ea9e358140366cda3a9efca Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:56 +0200 Subject: [PATCH 14/15] Upgrade to Tomcat 9.0.45 Closes gh-26019 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a3685aeed20..6f0cdc507d8 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.4.32 -tomcatVersion=9.0.44 +tomcatVersion=9.0.45 kotlin.stdlib.default.dependency=false From b2d167c18667e2f78076158b7a8d7408342b82ca Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:57 +0200 Subject: [PATCH 15/15] Upgrade to Undertow 2.2.7.Final Closes gh-26020 --- 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 d4d0aff0719..9b0800859f2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1723,7 +1723,7 @@ bom { ] } } - library("Undertow", "2.2.5.Final") { + library("Undertow", "2.2.7.Final") { group("io.undertow") { modules = [ "undertow-core",