From a8667daf52bb4a3864bdf3386aa53780a1ff7428 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Mar 2021 14:25:36 +0100 Subject: [PATCH 1/3] Upgrade to Kotlin Coroutines 1.4.3 Closes gh-25719 --- 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 2407a32c60b..a38149a07bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -927,7 +927,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.4.2") { + library("Kotlin Coroutines", "1.4.3") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom" From 052624ffb2eb291c18f109bd38f4f5138d0e4e8e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Mar 2021 14:25:38 +0100 Subject: [PATCH 2/3] Upgrade to Lettuce 6.0.3.RELEASE Closes gh-25720 --- 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 a38149a07bb..d52e1c1d1fb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -934,7 +934,7 @@ bom { ] } } - library("Lettuce", "6.0.2.RELEASE") { + library("Lettuce", "6.0.3.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From 606c871d4a784ffd655631e9a44b7ca064e3dc6c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Mar 2021 14:27:48 +0100 Subject: [PATCH 3/3] Upgrade to Spring Data 2020.0.6 Closes gh-25547 --- 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 d52e1c1d1fb..7f3c473e029 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1558,7 +1558,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.6-SNAPSHOT") { + library("Spring Data Bom", "2020.0.6") { group("org.springframework.data") { imports = [ "spring-data-bom"