From e48a29298850dea25097ca6348a5c171f111115c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 18:43:00 +0100 Subject: [PATCH] Upgrade to Reactive Streams 1.0.4 Closes gh-35492 --- 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 fcd5b9230a..110503c6e7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1469,7 +1469,7 @@ bom { ] } } - library("Reactive Streams", "1.0.3") { + library("Reactive Streams", "1.0.4") { group("org.reactivestreams") { modules = [ "reactive-streams"