From e20063831175dcba6cef5454540142175604b98b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Jul 2023 08:26:29 +0100 Subject: [PATCH 1/4] Upgrade to R2DBC MSSQL 1.0.2.RELEASE Closes gh-36467 --- 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 8d4feee345..3851ca2395 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1139,7 +1139,7 @@ bom { ] } } - library("R2DBC MSSQL", "1.0.1.RELEASE") { + library("R2DBC MSSQL", "1.0.2.RELEASE") { group ("io.r2dbc") { modules = [ "r2dbc-mssql" From da5cb6d3abc71b909e2c91bd7f54a906faff23ff Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Jul 2023 08:26:34 +0100 Subject: [PATCH 2/4] Upgrade to R2DBC Pool 1.0.1.RELEASE Closes gh-36468 --- 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 3851ca2395..64daf82712 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1153,7 +1153,7 @@ bom { ] } } - library("R2DBC Pool", "1.0.0.RELEASE") { + library("R2DBC Pool", "1.0.1.RELEASE") { group("io.r2dbc") { modules = [ "r2dbc-pool" From 8ee8bb440f9abc1b03ade9f02a1d62b48c4c7555 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Jul 2023 08:26:39 +0100 Subject: [PATCH 3/4] Upgrade to R2DBC Postgresql 1.0.2.RELEASE Closes gh-36469 --- 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 64daf82712..38c4c746a5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1160,7 +1160,7 @@ bom { ] } } - library("R2DBC Postgresql", "1.0.1.RELEASE") { + library("R2DBC Postgresql", "1.0.2.RELEASE") { group("org.postgresql") { modules = [ "r2dbc-postgresql" From 46a83d7defef539a1d5c408ad7ae4570d4d85c12 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Jul 2023 08:26:40 +0100 Subject: [PATCH 4/4] Upgrade to Spring HATEOAS 2.1.2 Closes gh-36454 --- 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 38c4c746a5..16ba1941ac 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("Spring HATEOAS", "2.1.1") { + library("Spring HATEOAS", "2.1.2") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"