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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 0f1fa79791 Bump io.reactivex.rxjava3:rxjava from 3.1.5 to 3.1.11 
(#2024)
0f1fa79791 is described below

commit 0f1fa797917dfd1155d94c0a6b4004c89314883a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 17 21:26:14 2025 +0200

    Bump io.reactivex.rxjava3:rxjava from 3.1.5 to 3.1.11 (#2024)
    
    Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) 
from 3.1.5 to 3.1.11.
    - [Release notes](https://github.com/ReactiveX/RxJava/releases)
    - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.5...v3.1.11)
    
    ---
    updated-dependencies:
    - dependency-name: io.reactivex.rxjava3:rxjava
      dependency-version: 3.1.11
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 examples/karaf-graphql-example/karaf-graphql-example-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/karaf-graphql-example/karaf-graphql-example-core/pom.xml 
b/examples/karaf-graphql-example/karaf-graphql-example-core/pom.xml
index 883da44c1f..ea86bd9456 100644
--- a/examples/karaf-graphql-example/karaf-graphql-example-core/pom.xml
+++ b/examples/karaf-graphql-example/karaf-graphql-example-core/pom.xml
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>io.reactivex.rxjava3</groupId>
             <artifactId>rxjava</artifactId>
-            <version>3.1.5</version>
+            <version>3.1.11</version>
         </dependency>
     </dependencies>
 

Reply via email to