From 7c85d2bc07e499567e6ed70c63a67f57764e9391 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:07:27 +0100 Subject: [PATCH 01/17] Upgrade to Spring HATEOAS 1.5.0-M1 Closes gh-29353 --- 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 4a527e5992..23081a96ca 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1675,7 +1675,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.1-SNAPSHOT") { + library("Spring HATEOAS", "1.5.0-M1") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From 388b12a048d70dd94766520e561b3a28caed7938 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:09:06 +0100 Subject: [PATCH 02/17] Upgrade to Spring LDAP 2.4.0-M1 Closes gh-29222 --- 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 23081a96ca..4d9a415a72 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1697,7 +1697,7 @@ bom { ] } } - library("Spring LDAP", "2.4.0-SNAPSHOT") { + library("Spring LDAP", "2.4.0-M1") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From 998a74bf975eb2a850216048bc46361c22f48be7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:45 +0100 Subject: [PATCH 03/17] Upgrade to Build Helper Maven Plugin 3.3.0 Closes gh-29413 --- 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 4d9a415a72..4ea12d16b7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -137,7 +137,7 @@ bom { ] } } - library("Build Helper Maven Plugin", "3.2.0") { + library("Build Helper Maven Plugin", "3.3.0") { group("org.codehaus.mojo") { plugins = [ "build-helper-maven-plugin" From cf3935073f87f782640c0aa5ff32febeaeafe549 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:47 +0100 Subject: [PATCH 04/17] Upgrade to Byte Buddy 1.12.7 Closes gh-29414 --- 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 4ea12d16b7..e0654f8fce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -144,7 +144,7 @@ bom { ] } } - library("Byte Buddy", "1.12.6") { + library("Byte Buddy", "1.12.7") { group("net.bytebuddy") { modules = [ "byte-buddy", From 2c403cb0e8b8b1bc6fc2f8d5ff4ad7c6f5935ee0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:49 +0100 Subject: [PATCH 05/17] Upgrade to JBoss Logging 3.4.3.Final Closes gh-29415 --- 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 e0654f8fce..4dce6ce224 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -857,7 +857,7 @@ bom { ] } } - library("JBoss Logging", "3.4.2.Final") { + library("JBoss Logging", "3.4.3.Final") { group("org.jboss.logging") { modules = [ "jboss-logging" From b2c92457ab001f90ea0aee1987ae5dabd2794a2f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:50 +0100 Subject: [PATCH 06/17] Upgrade to Jedis 3.8.0 Closes gh-29416 --- 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 4dce6ce224..cc037826fc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -871,7 +871,7 @@ bom { ] } } - library("Jedis", "3.7.0") { + library("Jedis", "3.8.0") { group("redis.clients") { modules = [ "jedis" From 28ecf53762f748e53e1667efd5828658bb318d53 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:51 +0100 Subject: [PATCH 07/17] Upgrade to Lettuce 6.1.6.RELEASE Closes gh-29417 --- 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 cc037826fc..6321b4748b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1063,7 +1063,7 @@ bom { ] } } - library("Lettuce", "6.1.5.RELEASE") { + library("Lettuce", "6.1.6.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From da3de9684a95c631331bdf86dd6d705893c198c4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:52 +0100 Subject: [PATCH 08/17] Upgrade to Maven Compiler Plugin 3.9.0 Closes gh-29418 --- 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 6321b4748b..67aad557f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1131,7 +1131,7 @@ bom { ] } } - library("Maven Compiler Plugin", "3.8.1") { + library("Maven Compiler Plugin", "3.9.0") { group("org.apache.maven.plugins") { plugins = [ "maven-compiler-plugin" From db389d7cac7dd6729ea4e0227adb55c1d958ca95 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:53 +0100 Subject: [PATCH 09/17] Upgrade to Maven Jar Plugin 3.2.2 Closes gh-29419 --- 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 67aad557f7..9525227e41 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1187,7 +1187,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 5676e796d058197dc5ec8ce7484cccbf89db4631 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:54 +0100 Subject: [PATCH 10/17] Upgrade to MongoDB 4.4.1 Closes gh-29420 --- 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 9525227e41..376a82dfde 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1264,7 +1264,7 @@ bom { ] } } - library("MongoDB", "4.4.0") { + library("MongoDB", "4.4.1") { group("org.mongodb") { modules = [ "bson", From 3830e7a3bb784bea9a4d6a230b938559e23eef38 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:55 +0100 Subject: [PATCH 11/17] Upgrade to Neo4j Java Driver 4.4.2 Closes gh-29421 --- 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 376a82dfde..2bde158304 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1298,7 +1298,7 @@ bom { ] } } - library("Neo4j Java Driver", "4.3.6") { + library("Neo4j Java Driver", "4.4.2") { group("org.neo4j.driver") { modules = [ "neo4j-java-driver" From 998c7996aaab64533e97d41d2b02c6075112fac5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:57 +0100 Subject: [PATCH 12/17] Upgrade to Netty 4.1.73.Final Closes gh-29422 --- 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 2bde158304..cb9562e8bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1305,7 +1305,7 @@ bom { ] } } - library("Netty", "4.1.72.Final") { + library("Netty", "4.1.73.Final") { group("io.netty") { imports = [ "netty-bom" From 0cb553c0dae7450d1fc6f94571d9388d5866761b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:58 +0100 Subject: [PATCH 13/17] Upgrade to Netty tcNative 2.0.47.Final Closes gh-29423 --- 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 cb9562e8bb..5dffdbf83d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1312,7 +1312,7 @@ bom { ] } } - library("Netty tcNative", "2.0.46.Final") { + library("Netty tcNative", "2.0.47.Final") { group("io.netty") { modules = [ "netty-tcnative", From 6be4146907b23a3b6e2f8cb9269d8b313f67a22d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:59 +0100 Subject: [PATCH 14/17] Upgrade to R2DBC Bom Arabba-SR12 Closes gh-29424 --- 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 5dffdbf83d..3ca84a9166 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1387,7 +1387,7 @@ bom { ] } } - library("R2DBC Bom", "Arabba-SR11") { + library("R2DBC Bom", "Arabba-SR12") { group("io.r2dbc") { imports = [ "r2dbc-bom" From a15ff0692c474d625f02cdd7eb2b2bd3afaa8bf8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:13:01 +0100 Subject: [PATCH 15/17] Upgrade to Rabbit AMQP Client 5.14.1 Closes gh-29425 --- 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 3ca84a9166..fe52e4d374 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1394,7 +1394,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.14.0") { + library("Rabbit AMQP Client", "5.14.1") { group("com.rabbitmq") { modules = [ "amqp-client" From 781ad288b00d075bc4eb997c82cb813f516692bd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:13:03 +0100 Subject: [PATCH 16/17] Upgrade to SendGrid 4.8.2 Closes gh-29426 --- 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 fe52e4d374..c59e471b2e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1573,7 +1573,7 @@ bom { ] } } - library("SendGrid", "4.8.1") { + library("SendGrid", "4.8.2") { group("com.sendgrid") { modules = [ "sendgrid-java" From 2f7d62eae9dc796433e432f1f53f4301641c8a13 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:13:04 +0100 Subject: [PATCH 17/17] Upgrade to SLF4J 1.7.33 Closes gh-29427 --- 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 c59e471b2e..66ab445be8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1587,7 +1587,7 @@ bom { ] } } - library("SLF4J", "1.7.32") { + library("SLF4J", "1.7.33") { group("org.slf4j") { modules = [ "jcl-over-slf4j",