From 33da06cff04e22d1dea05464cfe4e7f2cf319516 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 13:51:15 +0100 Subject: [PATCH 01/17] Upgrade to HttpCore5 5.1.3 Closes gh-29334 --- 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 7893ed2a81..fb24afd3b4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -513,7 +513,7 @@ bom { ] } } - library("HttpCore5", "5.1.2") { + library("HttpCore5", "5.1.3") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5", From 404fb521ece67916ea609721c1eb8e1956af4672 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 13:51:17 +0100 Subject: [PATCH 02/17] Upgrade to Infinispan 12.1.11.Final Closes gh-29335 --- 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 fb24afd3b4..c0843cb20d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -522,7 +522,7 @@ bom { ] } } - library("Infinispan", "12.1.10.Final") { + library("Infinispan", "12.1.11.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 7125bd377973984a782dc613463130ed88f2ca9f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 13:51:18 +0100 Subject: [PATCH 03/17] Upgrade to Jaybird 4.0.5.java8 Closes gh-29336 --- 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 c0843cb20d..af755ba542 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -829,7 +829,7 @@ bom { ] } } - library("Jaybird", "4.0.4.java8") { + library("Jaybird", "4.0.5.java8") { group("org.firebirdsql.jdbc") { modules = [ "jaybird", From 36811f9e1eb3983a538b513789f70a9144c66f17 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 13:51:19 +0100 Subject: [PATCH 04/17] Upgrade to JBoss Logging 3.4.3.Final Closes gh-29337 --- 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 af755ba542..e230dcb696 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -837,7 +837,7 @@ bom { ] } } - library("JBoss Logging", "3.4.2.Final") { + library("JBoss Logging", "3.4.3.Final") { group("org.jboss.logging") { modules = [ "jboss-logging" From d23a665bdcf819b07a2ecaa833b3e477ff45c4cf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 13:51:20 +0100 Subject: [PATCH 05/17] Upgrade to Lettuce 6.1.6.RELEASE Closes gh-29338 --- 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 e230dcb696..818e8e0345 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1040,7 +1040,7 @@ bom { ] } } - library("Lettuce", "6.1.5.RELEASE") { + library("Lettuce", "6.1.6.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From db9097b0d6e082c8f6e3f1c07178a35bc74cb605 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 13:51:21 +0100 Subject: [PATCH 06/17] Upgrade to Logback 1.2.10 Closes gh-29339 --- 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 818e8e0345..8ef9e42e86 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1064,7 +1064,7 @@ bom { ] } } - library("Logback", "1.2.9") { + library("Logback", "1.2.10") { group("ch.qos.logback") { modules = [ "logback-access", From cb1db78c37bd9b007d9897bf85c73f764d5c0159 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 13:51:23 +0100 Subject: [PATCH 07/17] Upgrade to Maven Jar Plugin 3.2.2 Closes gh-29340 --- 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 8ef9e42e86..0cd6e619c3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1164,7 +1164,7 @@ bom { ] } } - library("Maven Jar Plugin", "3.2.0") { + library("Maven Jar Plugin", "3.2.2") { group("org.apache.maven.plugins") { plugins = [ "maven-jar-plugin" From ca39780ff3baa83b73690b254a827a940469a583 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 13:51:24 +0100 Subject: [PATCH 08/17] Upgrade to Netty 4.1.73.Final Closes gh-29341 --- 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 0cd6e619c3..e840626f0b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1282,7 +1282,7 @@ bom { ] } } - library("Netty", "4.1.72.Final") { + library("Netty", "4.1.73.Final") { group("io.netty") { imports = [ "netty-bom" From 4309b78f02f5808a7806079cc5d553882ea89430 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 14:33:45 +0100 Subject: [PATCH 09/17] Upgrade to HttpCore5 5.1.3 Closes gh-29343 --- 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 d9b69e01ce..751a6f4ac6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -522,7 +522,7 @@ bom { ] } } - library("HttpCore5", "5.1.2") { + library("HttpCore5", "5.1.3") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5", From 838cded30892e21c9d452b342b0246f08bcec71a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 14:33:46 +0100 Subject: [PATCH 10/17] Upgrade to Infinispan 12.1.11.Final Closes gh-29344 --- 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 751a6f4ac6..3133468017 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -531,7 +531,7 @@ bom { ] } } - library("Infinispan", "12.1.10.Final") { + library("Infinispan", "12.1.11.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 98118bc4807c211ca87e1a2dbca4bf6d74230298 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 14:33:47 +0100 Subject: [PATCH 11/17] Upgrade to Jaybird 4.0.5.java8 Closes gh-29345 --- 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 3133468017..05e566900f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -838,7 +838,7 @@ bom { ] } } - library("Jaybird", "4.0.4.java8") { + library("Jaybird", "4.0.5.java8") { group("org.firebirdsql.jdbc") { modules = [ "jaybird", From b19593ee47a42f491c4df3f765296f01c5b8f874 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 14:33:49 +0100 Subject: [PATCH 12/17] Upgrade to JBoss Logging 3.4.3.Final Closes gh-29346 --- 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 05e566900f..372411996d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -846,7 +846,7 @@ bom { ] } } - library("JBoss Logging", "3.4.2.Final") { + library("JBoss Logging", "3.4.3.Final") { group("org.jboss.logging") { modules = [ "jboss-logging" From 61e08e3510d520e187846d038a32e7ca26ca1460 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 14:33:50 +0100 Subject: [PATCH 13/17] Upgrade to Lettuce 6.1.6.RELEASE Closes gh-29347 --- 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 372411996d..c9d18094ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1052,7 +1052,7 @@ bom { ] } } - library("Lettuce", "6.1.5.RELEASE") { + library("Lettuce", "6.1.6.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From 8cdccb6cb32e892857c5037e361295260f3f076d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 14:33:51 +0100 Subject: [PATCH 14/17] Upgrade to Logback 1.2.10 Closes gh-29348 --- 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 c9d18094ae..b80067942e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1076,7 +1076,7 @@ bom { ] } } - library("Logback", "1.2.9") { + library("Logback", "1.2.10") { group("ch.qos.logback") { modules = [ "logback-access", From e14c13c75f6a4695c32a2261c7188be611a7f399 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 14:33:52 +0100 Subject: [PATCH 15/17] Upgrade to Maven Jar Plugin 3.2.2 Closes gh-29349 --- 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 b80067942e..9db581261b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1176,7 +1176,7 @@ bom { ] } } - library("Maven Jar Plugin", "3.2.0") { + library("Maven Jar Plugin", "3.2.2") { group("org.apache.maven.plugins") { plugins = [ "maven-jar-plugin" From d8739c463b422f94ad5d1dd229656ab9816d11f5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 14:33:54 +0100 Subject: [PATCH 16/17] Upgrade to MongoDB 4.4.1 Closes gh-29350 --- 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 9db581261b..3234d34675 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1253,7 +1253,7 @@ bom { ] } } - library("MongoDB", "4.4.0") { + library("MongoDB", "4.4.1") { group("org.mongodb") { modules = [ "bson", From ee938cf822545c93e77ca6b04388394faeea704a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 14:33:55 +0100 Subject: [PATCH 17/17] Upgrade to Netty 4.1.73.Final Closes gh-29351 --- 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 3234d34675..3788b04af6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1294,7 +1294,7 @@ bom { ] } } - library("Netty", "4.1.72.Final") { + library("Netty", "4.1.73.Final") { group("io.netty") { imports = [ "netty-bom"