[PR] Bump io.reactivex.rxjava3:rxjava from 3.1.9 to 3.1.10 [cxf]

2024-11-26 Thread via GitHub


dependabot[bot] opened a new pull request, #2170:
URL: https://github.com/apache/cxf/pull/2170

   Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) 
from 3.1.9 to 3.1.10.
   
   Release notes
   Sourced from https://github.com/ReactiveX/RxJava/releases";>io.reactivex.rxjava3:rxjava's
 releases.
   
   v3.1.10
   Version 3.1.10 - November 26, 2024
   http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava3%7Crxjava%7C3.1.10%7C";>Maven
   http://reactivex.io/RxJava/3.x/javadoc/3.1.10";>JavaDocs
   Bugfixes
   
   Fix GC nepotism with MpscLinkedQueue's poll logic. https://redirect.github.com/ReactiveX/RxJava/pull/7799";>#7799
   Fix FlowableBlockingIterable.onNext to set the exception 
before terminating to avoid losing it. https://redirect.github.com/ReactiveX/RxJava/pull/7789";>#7789
   
   
   
   
   Commits
   
   https://github.com/ReactiveX/RxJava/commit/ede5cfcb41a6a1c8f955d77d80883d5d08e843d9";>ede5cfc
 Fix MpscLinkedQueue GC issues (https://redirect.github.com/ReactiveX/RxJava/issues/7799";>#7799)
   https://github.com/ReactiveX/RxJava/commit/338f2a11350480cef409f64eff4a2d307be7e05a";>338f2a1
 Update BlockingFlowableIterable.onNext() to set error before cancel (https://redirect.github.com/ReactiveX/RxJava/issues/7789";>#7789)
   https://github.com/ReactiveX/RxJava/commit/e46ea36e0743b04601a9e8763820da81293dd3b3";>e46ea36
 Bump ru.vyarus.animalsniffer from 1.7.1 to 1.7.2 (https://redirect.github.com/ReactiveX/RxJava/issues/7795";>#7795)
   https://github.com/ReactiveX/RxJava/commit/130f67cbd944e6ca9227ae0acd6cafe2be1d843f";>130f67c
 Bump github/codeql-action from 3.27.4 to 3.27.5 (https://redirect.github.com/ReactiveX/RxJava/issues/7797";>#7797)
   https://github.com/ReactiveX/RxJava/commit/9601a25eba28ee371e29094e02c641be97959dcf";>9601a25
 Bump github/codeql-action from 3.27.3 to 3.27.4 (https://redirect.github.com/ReactiveX/RxJava/issues/7793";>#7793)
   https://github.com/ReactiveX/RxJava/commit/255116e827677e57e81737082ac8c8063d1b8fa9";>255116e
 Bump github/codeql-action from 3.27.0 to 3.27.3 (https://redirect.github.com/ReactiveX/RxJava/issues/7791";>#7791)
   https://github.com/ReactiveX/RxJava/commit/dbfa803b8cdc432e8757e111f529cb55d9208213";>dbfa803
 Bump actions/setup-java from 4.4.0 to 4.5.0 (https://redirect.github.com/ReactiveX/RxJava/issues/7788";>#7788)
   https://github.com/ReactiveX/RxJava/commit/b117a0d9c9b7bf381e2f465f0942767338fa5c3f";>b117a0d
 Bump actions/checkout from 4.2.1 to 4.2.2 (https://redirect.github.com/ReactiveX/RxJava/issues/7787";>#7787)
   https://github.com/ReactiveX/RxJava/commit/bcf369d8c736945f9458c5ed00d27ecf54eb4016";>bcf369d
 Bump github/codeql-action from 3.26.13 to 3.27.0 (https://redirect.github.com/ReactiveX/RxJava/issues/7786";>#7786)
   https://github.com/ReactiveX/RxJava/commit/748998f9c2b430b3abd6025ee269117d48f4f8b2";>748998f
 Bump actions/cache from 4.1.1 to 4.1.2 (https://redirect.github.com/ReactiveX/RxJava/issues/7785";>#7785)
   Additional commits viewable in https://github.com/ReactiveX/RxJava/compare/v3.1.9...v3.1.10";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.reactivex.rxjava3:rxjava&package-manager=maven&previous-version=3.1.9&new-version=3.1.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating 

[PR] Bump org.jruby:jruby from 9.4.8.0 to 9.4.9.0 [cxf]

2024-11-26 Thread via GitHub


dependabot[bot] opened a new pull request, #2169:
URL: https://github.com/apache/cxf/pull/2169

   Bumps org.jruby:jruby from 9.4.8.0 to 9.4.9.0.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jruby:jruby&package-manager=maven&previous-version=9.4.8.0&new-version=9.4.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org