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 2022/09/28 19:58:29 UTC

[httpcomponents-core] 05/09: Bump rxjava from 3.1.3 to 3.1.5 (#362)

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

commit 7dbcfadcc37f8a962ed085ec72041f9d5d2f7f23
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 28 12:51:01 2022 -0400

    Bump rxjava from 3.1.3 to 3.1.5 (#362)
    
    Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.3 to 3.1.5.
    - [Release notes](https://github.com/ReactiveX/RxJava/releases)
    - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.3...v3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: io.reactivex.rxjava3:rxjava
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b16ac6149..84ce24765 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
     <slf4j.version>1.7.36</slf4j.version>
     <log4j.version>2.17.2</log4j.version>
     <rxjava.version>2.2.21</rxjava.version>
-    <rxjava3.version>3.1.3</rxjava3.version>
+    <rxjava3.version>3.1.5</rxjava3.version>
     <api.comparison.version>5.1</api.comparison.version>
     <japicmp.version>0.15.7</japicmp.version>
     <hc.animal-sniffer.signature.ignores>javax.net.ssl.SSLEngine,javax.net.ssl.SSLParameters</hc.animal-sniffer.signature.ignores>