From 1aaa79c841cacb73d7a10487bc0a6e8e92d83df4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:23 +0200 Subject: [PATCH 01/13] Upgrade to Ehcache3 3.9.6 Closes gh-27974 --- 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 6209517e956..3f2abf6086c 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.5") { + library("Ehcache3", "3.9.6") { group("org.ehcache") { modules = [ "ehcache", From bffd983d56e07e03003399b07754b8743aa2e351 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:24 +0200 Subject: [PATCH 02/13] Upgrade to Glassfish EL 3.0.4 Closes gh-27975 --- 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 3f2abf6086c..5f719157eae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -330,7 +330,7 @@ bom { ] } } - library("Glassfish EL", "3.0.3") { + library("Glassfish EL", "3.0.4") { prohibit("[4.0.0-RC1,)") { because "it uses the jakarta.* namespace" } From f4cbcaf77460981a5fdd0d29032370cac328db04 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:25 +0200 Subject: [PATCH 03/13] Upgrade to Groovy 3.0.9 Closes gh-27976 --- 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 5f719157eae..23d9b0f8671 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -357,7 +357,7 @@ bom { ] } } - library("Groovy", "3.0.8") { + library("Groovy", "3.0.9") { group("org.codehaus.groovy") { imports = [ "groovy-bom" From c624dc9c782e1dc421f38bc7137a4881a9f74c31 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:26 +0200 Subject: [PATCH 04/13] Upgrade to Gson 2.8.8 Closes gh-27977 --- 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 23d9b0f8671..80c4a16eb95 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -364,7 +364,7 @@ bom { ] } } - library("Gson", "2.8.7") { + library("Gson", "2.8.8") { group("com.google.code.gson") { modules = [ "gson" From d8254af3514ea4869a770ee46bd0bc2ee53054ae Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:27 +0200 Subject: [PATCH 05/13] Upgrade to Jackson Bom 2.12.5 Closes gh-27978 --- 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 80c4a16eb95..787b92c6868 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -527,7 +527,7 @@ bom { ] } } - library("Jackson Bom", "2.12.4") { + library("Jackson Bom", "2.12.5") { group("com.fasterxml.jackson") { imports = [ "jackson-bom" From afba450e53260cd21e491643f5f1b1c109cd9ec7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:28 +0200 Subject: [PATCH 06/13] Upgrade to Jetty EL 9.0.52 Closes gh-27979 --- 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 787b92c6868..2ee6154217f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -859,7 +859,7 @@ bom { ] } } - library("Jetty EL", "9.0.48") { + library("Jetty EL", "9.0.52") { group("org.mortbay.jasper") { modules = [ "apache-el" From 3e221094c0a0ae1ddfebb69551ec4654fdfdc0be Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:29 +0200 Subject: [PATCH 07/13] Upgrade to jOOQ 3.14.14 Closes gh-27980 --- 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 2ee6154217f..a690e0da43a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -923,7 +923,7 @@ bom { ] } } - library("jOOQ", "3.14.13") { + library("jOOQ", "3.14.14") { group("org.jooq") { modules = [ "jooq", From 1f5946b3e45dcc8845b8573ae8a5fa5bfa52c945 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:30 +0200 Subject: [PATCH 08/13] Upgrade to Kotlin 1.5.30 Closes gh-27981 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 32fe13d422c..6673577d8cc 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.21 +kotlinVersion=1.5.30 tomcatVersion=9.0.53 kotlin.stdlib.default.dependency=false From 5813021b7b85de61d8c06e8ddd49bb544c5bb759 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:31 +0200 Subject: [PATCH 09/13] Upgrade to Kotlin Coroutines 1.5.2 Closes gh-27982 --- 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 a690e0da43a..f0d5f78c845 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1017,7 +1017,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.5.1") { + library("Kotlin Coroutines", "1.5.2") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom" From 8454812df1b64acd4541e753f32220f3064cfbb3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:32 +0200 Subject: [PATCH 10/13] Upgrade to Logback 1.2.6 Closes gh-27983 --- 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 f0d5f78c845..05fb68b0355 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1051,7 +1051,7 @@ bom { ] } } - library("Logback", "1.2.5") { + library("Logback", "1.2.6") { group("ch.qos.logback") { modules = [ "logback-access", From 9c6138fa1cad3097423c2ce5b64a4195002b53be Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:33 +0200 Subject: [PATCH 11/13] Upgrade to Maven War Plugin 3.3.2 Closes gh-27984 --- 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 05fb68b0355..8a3e3df74ec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1193,7 +1193,7 @@ bom { ] } } - library("Maven War Plugin", "3.3.1") { + library("Maven War Plugin", "3.3.2") { group("org.apache.maven.plugins") { plugins = [ "maven-war-plugin" From 441037ce18c26220e4ee42dd47e4ff7a9982e9b7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:34 +0200 Subject: [PATCH 12/13] Upgrade to Netty 4.1.68.Final Closes gh-27985 --- 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 8a3e3df74ec..812c0cb0fcc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1269,7 +1269,7 @@ bom { ] } } - library("Netty", "4.1.67.Final") { + library("Netty", "4.1.68.Final") { group("io.netty") { imports = [ "netty-bom" From 242631f40ed35b81904b1b7d7b94710253b959ce Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:35 +0200 Subject: [PATCH 13/13] Upgrade to Netty tcNative 2.0.43.Final Closes gh-27986 --- 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 812c0cb0fcc..383fbc6e3d4 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.40.Final") { + library("Netty tcNative", "2.0.43.Final") { group("io.netty") { modules = [ "netty-tcnative",