You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/02/06 15:49:46 UTC

[httpcomponents-core] branch master updated: upgrade org.reactivestreams:reactive-streams to version 1.0.3

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/master by this push:
     new b9b6a96  upgrade org.reactivestreams:reactive-streams to version 1.0.3
b9b6a96 is described below

commit b9b6a964b4e6e593ed55aa4dfdfb756abb620459
Author: Jean-Noël Rouvignac <Jn...@users.noreply.github.com>
AuthorDate: Sat Feb 6 15:41:57 2021 +0100

    upgrade org.reactivestreams:reactive-streams to version 1.0.3
---
 httpcore5-reactive/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/httpcore5-reactive/pom.xml b/httpcore5-reactive/pom.xml
index 5d1bd19..bfb3f28 100644
--- a/httpcore5-reactive/pom.xml
+++ b/httpcore5-reactive/pom.xml
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>org.reactivestreams</groupId>
       <artifactId>reactive-streams</artifactId>
-      <version>1.0.2</version>
+      <version>1.0.3</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -82,4 +82,4 @@
     </plugins>
   </reporting>
 
-</project>
\ No newline at end of file
+</project>