Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the patches group with 2 updates: io.projectreactor.netty:reactor-netty-http and org.junit.jupiter:junit-jupiter.

Updates io.projectreactor.netty:reactor-netty-http from 1.2.0 to 1.2.1

Release notes

Sourced from io.projectreactor.netty:reactor-netty-http's releases.

v1.2.1

Reactor Netty 1.2.1 is part of 2024.0.1 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Reactor Core v3.7.1 by @​violetagg in 667f8c9cbf5a227a15f6d0a2f3aab7c4777613da, see release notes
  • Depend on Netty v4.1.115.Final by @​violetagg in #3511
  • Use SslHandler#isEncrypted(ByteBuf, boolean) instead of the deprecated SslHandler#isEncrypted(ByteBuf) by @​violetagg in #3523
  • Avoid using static exceptions for better debugging experience by @​violetagg in #3529
  • Handle the incoming LastHttpContent with no content as if it is EMPTY_LAST_CONTENT by @​violetagg in #3530

🐞 Bug fixes

  • Add timeout for DefaultLoopResources#disposeLater by @​violetagg in #3514
  • Initialise lazy the ProxyProvider configuration by @​violetagg in #3517
  • Ensure all ConnectionProvider built-in metrics are disabled when a custom recorder is provided by @​violetagg in #3521
  • Ensure HttpClient sends full request when the send function does not change NettyOutbound by @​violetagg in #3526
  • HTTP/3: Ensure HttpClient sends full request when the send function does not change NettyOutbound by @​violetagg in #3536

Full Changelog: reactor/reactor-netty@v1.2.0...v1.2.1

Commits
  • 667f8c9 [release] Prepare and release 1.2.1
  • 43eaf83 Merge-ignore release 1.1.25 into 1.2.1
  • ec53fae [release] Back to snapshots, next is 1.1.26-SNAPSHOT
  • 2270002 [release] Prepare and release 1.1.25
  • ab62bd1 Merge #3539 into 1.2.1
  • bf94a20 Bump org.apache.tomcat.embed:tomcat-embed-core from 9.0.97 to 9.0.98 (#3539)
  • b7e9668 Revert "[test] Enable HTTP/3 metrics test (#3537)"
  • a12b08d [test] Enable HTTP/3 metrics test (#3537)
  • bf66a1a HTTP/3: Ensure HttpClient sends full request when the send function does not ...
  • 52d8efb Merge d94b79da7 into 1.2.1
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 5.11.4 = Platform 1.11.4 + Jupiter 5.11.4 + Vintage 5.11.4

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.11.3...r5.11.4

Commits
  • 6430ba4 Release 5.11.4
  • d093121 Finalize 5.11.4 release notes
  • 0444353 Fix Maven integration tests on JDK 24
  • b5c7f4e Move #4153 to 5.11.4 release notes
  • b20c4e2 Ensure the XMLStreamWriter is closed after use
  • 6376f0a Configure Git username and email
  • 2b485c4 Set reference repo URI
  • 500b5a0 Inject username and password via new DSL
  • d671961 Update plugin gitPublish to v5
  • 3d11279 Add JAVA_25 to JRE enum
  • Additional commits viewable in compare view

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patches group with 2 updates: [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5).


Updates `io.projectreactor.netty:reactor-netty-http` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.2.0...v1.2.1)

Updates `org.junit.jupiter:junit-jupiter` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.11.3...r5.11.4)

---
updated-dependencies:
- dependency-name: io.projectreactor.netty:reactor-netty-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 16, 2024
@itzg itzg merged commit 03dc6c7 into master Dec 17, 2024
1 check passed
@itzg itzg deleted the dependabot/gradle/patches-2ed11d29cf branch December 17, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants