From a1699d34f069c99ef45615f37edbe56c25082c1d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 26 Oct 2020 18:14:28 +0100 Subject: [PATCH 1/3] Upgrade to Reactor Californium-SR22 Closes gh-23792 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index b6034de29e..fd77096327 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -151,7 +151,7 @@ 2.3.2 4.2.2 5.4.3 - Californium-BUILD-SNAPSHOT + Californium-SR22 3.1.1 1.0.3 1.3.8 From 7fa5ff46f7cc389bc06ce016b5b70e34bbfd21cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 26 Oct 2020 18:15:58 +0100 Subject: [PATCH 2/3] Upgrade to Reactor Dysprosium-SR13 Closes gh-23769 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 12b115b2cd..93e579dc2a 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -173,7 +173,7 @@ 2.3.2 4.2.2 5.7.3 - Dysprosium-BUILD-SNAPSHOT + Dysprosium-SR13 3.3.0 1.0.3 1.0.2 From 3119e85a32c3752916850ed2c3f3b47a884a06f9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 26 Oct 2020 18:17:13 +0100 Subject: [PATCH 3/3] Upgrade to Reactor Dysprosium-SR13 Closes gh-23770 --- 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 bdc2810a30..a32d1eeb13 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1429,7 +1429,7 @@ bom { ] } } - library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { + library("Reactor Bom", "Dysprosium-SR13") { group("io.projectreactor") { imports = [ "reactor-bom"