From a5905c5cb92d025525dc38a3c8186629805d4221 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 08:42:35 +0200 Subject: [PATCH 1/3] Upgrade to Reactor Californium-SR21 Closes gh-23190 --- 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 1be34b8448..79c684cd5f 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-SR21 3.1.1 1.0.3 1.3.8 From bc9c6dc005a6c12e374ad0d8608758fe4e34b6b0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 08:46:17 +0200 Subject: [PATCH 2/3] Upgrade to Reactor Dysprosium-SR12 Closes gh-23191 --- 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 618d36d0f0..c619f0b9c9 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-SR12 3.3.0 1.0.3 1.0.2 From 2ee22d50b4b9942ed9e65f9373e1b6b8f6ccebb7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 08:48:35 +0200 Subject: [PATCH 3/3] Upgrade to Reactor Dysprosium-SR12 Closes gh-23192 --- 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 fd82b335c8..9a9e77eaa6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1425,7 +1425,7 @@ bom { ] } } - library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { + library("Reactor Bom", "Dysprosium-SR12") { group("io.projectreactor") { imports = [ "reactor-bom"