From b9c56ec03671e300926c1e1980647ea4d19c1697 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 10 Oct 2017 10:09:52 +0200 Subject: [PATCH] Bump reactive-streams to 1.0.1 No changes, just clarifications according to http://www.reactive-streams.org/announce-1.0.1 Change-Id: I9932ef2ede27cce4bae61ab7332c3f5746e2e27e Signed-off-by: Robert Varga --- .../odl-akka-clustering-2.5/src/main/history/dependencies.xml | 2 +- odlparent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/odl-akka-clustering-2.5/src/main/history/dependencies.xml b/features/odl-akka-clustering-2.5/src/main/history/dependencies.xml index 3881bfe8d..ba73c3ea7 100644 --- a/features/odl-akka-clustering-2.5/src/main/history/dependencies.xml +++ b/features/odl-akka-clustering-2.5/src/main/history/dependencies.xml @@ -11,7 +11,7 @@ mvn:io.aeron/aeron-driver/1.2.5 mvn:io.netty/netty/3.10.6.Final mvn:org.agrona/agrona/0.9.5 - mvn:org.reactivestreams/reactive-streams/1.0.0 + mvn:org.reactivestreams/reactive-streams/1.0.1 mvn:org.scala-lang.modules/scala-parser-combinators_2.12/1.0.6 diff --git a/odlparent/pom.xml b/odlparent/pom.xml index 3077dc7e5..382aeb24c 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -986,7 +986,7 @@ org.reactivestreams reactive-streams - 1.0.0 + 1.0.1 -- 2.36.6