From 6dcc289e6bc3f2c616a532f72191e69af8a74921 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:11 +0100 Subject: [PATCH 01/15] Upgrade to AppEngine SDK 1.9.93 Closes gh-29038 --- 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 241ee0e64e..c892e38d80 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -63,7 +63,7 @@ bom { ] } } - library("AppEngine SDK", "1.9.92") { + library("AppEngine SDK", "1.9.93") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk" From b7e233805fc1ffee121a8429bad321696f77e70a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:12 +0100 Subject: [PATCH 02/15] Upgrade to Caffeine 2.9.3 Closes gh-29039 --- 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 c892e38d80..9a0341ac38 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -149,7 +149,7 @@ bom { ] } } - library("Caffeine", "2.9.2") { + library("Caffeine", "2.9.3") { group("com.github.ben-manes.caffeine") { modules = [ "caffeine", From 41a9b08049eeb1eda8a6d58a5512d557899748f5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:14 +0100 Subject: [PATCH 03/15] Upgrade to Dropwizard Metrics 4.1.27 Closes gh-29040 --- 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 9a0341ac38..e0034ed8b1 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.26") { + library("Dropwizard Metrics", "4.1.27") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From f0a4ac6154a373ae33855680efeda4cbfb0f981b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:15 +0100 Subject: [PATCH 04/15] Upgrade to Ehcache3 3.9.8 Closes gh-29041 --- 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 e0034ed8b1..069cdf827b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -261,7 +261,7 @@ bom { ] } } - library("Ehcache3", "3.9.7") { + library("Ehcache3", "3.9.8") { group("org.ehcache") { modules = [ "ehcache", From 70805793a141d0fee273fc4e30bba25515aac499 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:16 +0100 Subject: [PATCH 05/15] Upgrade to Hazelcast 4.1.7 Closes gh-29042 --- 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 069cdf827b..720b6133c4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -396,7 +396,7 @@ bom { ] } } - library("Hazelcast", "4.1.6") { + library("Hazelcast", "4.1.7") { group("com.hazelcast") { modules = [ "hazelcast", From 8c10266c622db8f143ca0489f0a11dd5b3b2c126 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:18 +0100 Subject: [PATCH 06/15] Upgrade to HttpAsyncClient 4.1.5 Closes gh-29043 --- 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 720b6133c4..368e23e704 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -472,7 +472,7 @@ bom { ] } } - library("HttpAsyncClient", "4.1.4") { + library("HttpAsyncClient", "4.1.5") { group("org.apache.httpcomponents") { modules = [ "httpasyncclient" { From d60c0593f3e97979a5c40e91383608218ad532f0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:19 +0100 Subject: [PATCH 07/15] Upgrade to HttpCore 4.4.15 Closes gh-29044 --- 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 368e23e704..d0d4b22aab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -505,7 +505,7 @@ bom { ] } } - library("HttpCore", "4.4.14") { + library("HttpCore", "4.4.15") { group("org.apache.httpcomponents") { modules = [ "httpcore", From 084eae5124dad28c17c84ef23422edd6fc3ccc0d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:20 +0100 Subject: [PATCH 08/15] Upgrade to Jackson Bom 2.12.6 Closes gh-29045 --- 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 d0d4b22aab..b9337d1577 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -536,7 +536,7 @@ bom { ] } } - library("Jackson Bom", "2.12.5") { + library("Jackson Bom", "2.12.6") { group("com.fasterxml.jackson") { imports = [ "jackson-bom" From 272e18425974e9fe70f92a9d64d70615f14d27b2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:21 +0100 Subject: [PATCH 09/15] Upgrade to JDOM2 2.0.6.1 Closes gh-29046 --- 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 b9337d1577..72d0575ce6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -851,7 +851,7 @@ bom { ] } } - library("JDOM2", "2.0.6") { + library("JDOM2", "2.0.6.1") { group("org.jdom") { modules = [ "jdom2" From dd9c715f9eb30970d6acaaabc0d3a4d64f1aa8b9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:22 +0100 Subject: [PATCH 10/15] Upgrade to Kotlin 1.5.32 Closes gh-29047 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5da4256b6c..37c85d638a 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.5.31 +kotlinVersion=1.5.32 tomcatVersion=9.0.55 kotlin.stdlib.default.dependency=false From e234ccd457b5be72e8d69a5f65503b4ee0947e6c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:24 +0100 Subject: [PATCH 11/15] Upgrade to Spring WS 3.1.2 Closes gh-29048 --- 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 72d0575ce6..53c7a6b85d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1747,7 +1747,7 @@ bom { ] } } - library("Spring WS", "3.1.1") { + library("Spring WS", "3.1.2") { group("org.springframework.ws") { modules = [ "spring-ws-core", From 74ce8b751689f4937293308e45582b91e6183948 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:25 +0100 Subject: [PATCH 12/15] Upgrade to Thymeleaf 3.0.14.RELEASE Closes gh-29049 --- 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 53c7a6b85d..cc039713c1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1775,7 +1775,7 @@ bom { ] } } - library("Thymeleaf", "3.0.12.RELEASE") { + library("Thymeleaf", "3.0.14.RELEASE") { group("org.thymeleaf") { modules = [ "thymeleaf", From 23bc5e410fae3bcafe5d57421d24d7a80736921b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:26 +0100 Subject: [PATCH 13/15] Upgrade to Tomcat 9.0.56 Closes gh-29050 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 37c85d638a..0555c9785b 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.32 -tomcatVersion=9.0.55 +tomcatVersion=9.0.56 kotlin.stdlib.default.dependency=false From 97ee63b55bcb47ae67b6eb098a090fb382f0873d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:27 +0100 Subject: [PATCH 14/15] Upgrade to Undertow 2.2.14.Final Closes gh-29051 --- 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 cc039713c1..f3440bed0e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1838,7 +1838,7 @@ bom { ] } } - library("Undertow", "2.2.12.Final") { + library("Undertow", "2.2.14.Final") { group("io.undertow") { modules = [ "undertow-core", From 28214e1e8ce3a42e18ecfb753ab03ee5e363ca69 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 15:11:38 +0100 Subject: [PATCH 15/15] Upgrade to Reactor 2020.0.14 Closes gh-28960 --- 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 f3440bed0e..bc51c7230f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1429,7 +1429,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.14-SNAPSHOT") { + library("Reactor Bom", "2020.0.14") { group("io.projectreactor") { imports = [ "reactor-bom"