You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/03 02:29:33 UTC

[cxf] 04/05: Bump reactive-streams from 1.0.3 to 1.0.4 (#1108)

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

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit c45b20f91d5cf882815fa305462a60dcbef4d643
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 2 11:12:35 2023 -0500

    Bump reactive-streams from 1.0.3 to 1.0.4 (#1108)
    
    Bumps [reactive-streams](https://github.com/reactive-streams/reactive-streams) from 1.0.3 to 1.0.4.
    - [Release notes](https://github.com/reactive-streams/reactive-streams/releases)
    - [Changelog](https://github.com/reactive-streams/reactive-streams-jvm/blob/master/RELEASE-NOTES.md)
    - [Commits](https://github.com/reactive-streams/reactive-streams/compare/v1.0.3...v1.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.reactivestreams:reactive-streams
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index cd551889f1..0f7d632f3d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -189,7 +189,7 @@
         <cxf.persistence-api.version>2.2.3</cxf.persistence-api.version>
         <cxf.plexus-archiver.version>4.6.1</cxf.plexus-archiver.version>
         <cxf.plexus-utils.version>3.3.1</cxf.plexus-utils.version>
-        <cxf.reactivestreams.version>1.0.3</cxf.reactivestreams.version>
+        <cxf.reactivestreams.version>1.0.4</cxf.reactivestreams.version>
         <cxf.reactor.version>3.4.26</cxf.reactor.version>
         <cxf.rhino.version>1.7.14</cxf.rhino.version>
         <cxf.rxjava.version>1.3.8</cxf.rxjava.version>