From 37a44f45a00334b2ae69324f516dd3a068e1c801 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jan 2022 12:10:46 +0100 Subject: [PATCH 1/5] Upgrade to Spring HATEOAS 1.3.7 Closes gh-29352 --- 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 22928ff4c99..be04ce6ff95 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1676,7 +1676,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.6") { + library("Spring HATEOAS", "1.3.7") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From 777361421c206fb793bcb7fdbad72bd35f0cb854 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jan 2022 12:11:30 +0100 Subject: [PATCH 2/5] Upgrade to Spring Data 2021.0.8 Closes gh-29311 --- 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 be04ce6ff95..ad6bf62389f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1662,7 +1662,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.7") { + library("Spring Data Bom", "2021.0.8") { group("org.springframework.data") { imports = [ "spring-data-bom" From 251f4e8a3fdd72456bea453f05bc09e1d2ec55f0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jan 2022 12:12:00 +0100 Subject: [PATCH 3/5] Upgrade to Spring AMQP 2.3.14 Closes gh-29312 --- 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 ad6bf62389f..cb65b43226c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring AMQP", "2.3.14-SNAPSHOT") { + library("Spring AMQP", "2.3.14") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 1e22504d219ba01ea5eed5b631b5ba183ec16579 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jan 2022 12:21:02 +0100 Subject: [PATCH 4/5] Upgrade to R2DBC Bom Arabba-SR12 Closes gh-29391 --- 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 cb65b43226c..cdf7563880f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1408,7 +1408,7 @@ bom { ] } } - library("R2DBC Bom", "Arabba-SR11") { + library("R2DBC Bom", "Arabba-SR12") { group("io.r2dbc") { imports = [ "r2dbc-bom" From 5883b22e011c5fdde25fdc6ad11cfb06642eb9c9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jan 2022 12:21:04 +0100 Subject: [PATCH 5/5] Upgrade to SLF4J 1.7.33 Closes gh-29392 --- 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 cdf7563880f..46f9cf435af 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1600,7 +1600,7 @@ bom { ] } } - library("SLF4J", "1.7.32") { + library("SLF4J", "1.7.33") { group("org.slf4j") { modules = [ "jcl-over-slf4j",