dependabot[bot] opened a new pull request, #420:
URL: https://github.com/apache/httpcomponents-core/pull/420

   Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) 
from 3.1.6 to 3.1.7.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/ReactiveX/RxJava/releases";>io.reactivex.rxjava3:rxjava's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.1.7</h2>
   <p><a 
href="http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava3%7Crxjava%7C3.1.7%7C";>Maven</a>
   <a href="http://reactivex.io/RxJava/3.x/javadoc/3.1.7";>JavaDocs</a></p>
   <h4>API changes</h4>
   <ul>
   <li>Add <code>onDropped</code> callback for 
<code>onBackpressureLatest</code>. (<!-- raw HTML omitted --><a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7542";>#7542</a><!-- 
raw HTML omitted -->)</li>
   <li>Add <code>onDropped</code> callback to 
<code>onBackpressureBuffer</code>. (<!-- raw HTML omitted --><a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7567";>#7567</a><!-- 
raw HTML omitted -->)</li>
   </ul>
   <h4>Documentation</h4>
   <ul>
   <li>Change summary to caption, because summary is obsolete in HTML5. (<!-- 
raw HTML omitted --><a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7534";>#7534</a><!-- 
raw HTML omitted -->)</li>
   <li>Try using https to access the reactive streams javadoc. (<!-- raw HTML 
omitted --><a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7535";>#7535</a><!-- 
raw HTML omitted -->)</li>
   <li>Improve Javadoc of <code>Disposable</code>.</li>
   </ul>
   <h4>Other</h4>
   <ul>
   <li>Add minimum GitHub token permissions for workflows. (<!-- raw HTML 
omitted --><a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7541";>#7541</a><!-- 
raw HTML omitted -->)</li>
   <li>Create SECURITY.md (<!-- raw HTML omitted --><a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7546";>#7546</a><!-- 
raw HTML omitted -->)</li>
   <li>Add copyright and license to jar. (<!-- raw HTML omitted --><a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7520";>#7520</a><!-- 
raw HTML omitted -->)</li>
   <li>Convert <code>CompletableOnErrorComplete$onError</code> inner class to 
static. (<!-- raw HTML omitted --><a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7575";>#7575</a><!-- 
raw HTML omitted -->)</li>
   <li>Allow null accumulator type in the <code>collect(Collector)</code> 
operators. (<!-- raw HTML omitted --><a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7590";>#7590</a><!-- 
raw HTML omitted -->)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ReactiveX/RxJava/commit/a57ad01c044bc64c7aba87eea2960965405fa0bb";><code>a57ad01</code></a>
 Allow nullable acc. type on Observable.collect too (supplement <a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7590";>#7590</a>)</li>
   <li><a 
href="https://github.com/ReactiveX/RxJava/commit/9ebf2218f1f79ab84a347e288155e7dae12cf416";><code>9ebf221</code></a>
 Remove <code>@NonNull</code> annotation from <code>Collector</code> container 
type parameter. (<a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7590";>#7590</a>)</li>
   <li><a 
href="https://github.com/ReactiveX/RxJava/commit/9975460e46116d1cac36e4a8b7ff9bb34df7c24a";><code>9975460</code></a>
 Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre (<a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7589";>#7589</a>)</li>
   <li><a 
href="https://github.com/ReactiveX/RxJava/commit/49357c4e4c042a59014d5ae17929e239854d105a";><code>49357c4</code></a>
 Bump gradle/wrapper-validation-action from 1.0.6 to 1.1.0 (<a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7586";>#7586</a>)</li>
   <li><a 
href="https://github.com/ReactiveX/RxJava/commit/216f509083efdd01b4a36108df3a3a7ac45f0d0c";><code>216f509</code></a>
 Bump ru.vyarus.animalsniffer from 1.7.0 to 1.7.1 (<a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7582";>#7582</a>)</li>
   <li><a 
href="https://github.com/ReactiveX/RxJava/commit/8244748ce57b1318b9b11b9e09331747264ce740";><code>8244748</code></a>
 Bump com.google.guava:guava from 32.0.1-jre to 32.1.1-jre (<a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7580";>#7580</a>)</li>
   <li><a 
href="https://github.com/ReactiveX/RxJava/commit/b903147adc2778a57be9103d4823bb401e6d06d9";><code>b903147</code></a>
 Update to Gradle 7.6.2 (<a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7579";>#7579</a>)</li>
   <li><a 
href="https://github.com/ReactiveX/RxJava/commit/da341886591352773838615b28c8f46c27dc5adc";><code>da34188</code></a>
 Convert CompletableOnErrorComplete$onError inner class to static  (<a 
href="https://redirect.github.com/ReactiveX/RxJava/issues/7575";>#7575</a>)</li>
   <li><a 
href="https://github.com/ReactiveX/RxJava/commit/806ec1ca7d5ea50026f9019fc5b49ac70f7b1678";><code>806ec1c</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/ReactiveX/RxJava/commit/b5ad3d93a16874a80555812450ed965e7fe9f5a2";><code>b5ad3d9</code></a>
 Update README.md</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ReactiveX/RxJava/compare/v3.1.6...v3.1.7";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.reactivex.rxjava3:rxjava&package-manager=maven&previous-version=3.1.6&new-version=3.1.7)](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)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 <dependency name> 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)
   
   
   </details>


-- 
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...@hc.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to