Skip to content

Commit

Permalink
Upgrade reactive-streams to 1.0.3
Browse files Browse the repository at this point in the history
http://www.reactive-streams.org/announce-1.0.3

Change-Id: I52f724471f516e50e65d252a142a688ffe768a9a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit b2227f0)
  • Loading branch information
rovarga committed Oct 17, 2019
1 parent e3542ad commit aa6f4e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<bundle>mvn:io.aeron/aeron-driver/1.15.3</bundle>
<bundle>mvn:io.netty/netty/3.10.6.Final</bundle>
<bundle>mvn:org.agrona/agrona/0.9.33</bundle>
<bundle>mvn:org.reactivestreams/reactive-streams/1.0.2</bundle>
<bundle>mvn:org.reactivestreams/reactive-streams/1.0.3</bundle>
<bundle>mvn:org.scala-lang.modules/scala-parser-combinators_2.12/1.1.2</bundle>
</feature>
</features>
2 changes: 1 addition & 1 deletion odlparent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>

<!-- Akka -->
Expand Down

0 comments on commit aa6f4e9

Please sign in to comment.