Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2025

Bumps the test group with 2 updates: net.bytebuddy:byte-buddy and org.apache.httpcomponents.core5:httpcore5.

Updates net.bytebuddy:byte-buddy from 1.17.2 to 1.17.4

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.17.4

  • Add SafeVarargs plugin.
  • Fix OSGi declaration for byte-buddy-agent.

Byte Buddy 1.17.3

  • Fix bug in ASM to Class File API bridge handling tableswitch instructions.
  • Add plugin for adding SafeVarargs annotations.
  • Further generify MemberSubstitution API.
Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

23. March 2025: version 1.17.4

  • Add SafeVarargs plugin.
  • Fix OSGi declaration for byte-buddy-agent.

21. March 2025: version 1.17.3

  • Fix bug in ASM to Class File API bridge handling tableswitch instructions.
  • Add plugin for adding SafeVarargs annotations.
  • Further generify MemberSubstitution API.
Commits
  • 2cc263e [maven-release-plugin] prepare release byte-buddy-1.17.4
  • 2102163 [release] Release new version
  • 0cf03f7 Add JNA to imports.
  • 2240cbd Add checksums
  • 6b9b27d Add checksums.
  • 61115ac Update internal Byte Buddy, add release notes and safe varargs plugin.
  • 7417abb [maven-release-plugin] prepare for next development iteration
  • baec297 [maven-release-plugin] prepare release byte-buddy-1.17.3
  • 6ee1a9e [release] Release new version
  • eee02d9 Fix build.
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents.core5:httpcore5 from 5.3.3 to 5.3.4

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.

Release 5.3.4

This maintenance release fixes several corner-case defects in the asynchronous HTTP/1.1 protocol handler as well as several other minor defects.

Change Log

  • HTTPCORE-778: URIBuilder to not encode sub-delimiters in URI fragment component for consistency with query component encoding Contributed by Oleg Kalnichevski

  • Bug fix: Fixed a race condition in the async message stream handlers that can occur when a message with no content body is being submitted asynchronously. Contributed by Oleg Kalnichevski

  • Bug fix: Async message stream handlers to avoid firing data produce events from multiple threads. Contributed by Oleg Kalnichevski

  • HTTPCORE-777: I/O reactor to cancel out incomplete connect requests when shutting down. Contributed by Oleg Kalnichevski

  • Resource release corrections and code improvements in the base implementations of client and server async exchange handlers. Contributed by Oleg Kalnichevski

  • Bug fix: Corrected the state management in the async HTTP/1.1 protocol handler when committing requests asynchronously. Contributed by Oleg Kalnichevski

  • Bug-fix: Corrected message stream termination by the async HTTP/1.1 protocol handler when the connection has been half-closed by the opposite endpoint. Contributed by Oleg Kalnichevski

  • Bug fix: Shared output buffer #writeCompleted fails to signal the end of the stream correctly when there is no buffered data. Contributed by Oleg Kalnichevski

  • Bug fix: Corrected handling of invalid HTTP protocol version by HTTP/1.1 async client protocol handler. Contributed by Oleg Kalnichevski

  • Bug fix: Corrected state tracking of pipelined message exchanges by HTTP/1.1 async client protocol handler. Contributed by Oleg Kalnichevski

  • HTTP/1.1 server protocol handler to use exception callback to report exceptions that cannot

... (truncated)

Commits
  • 10e2b0c HttpCore 5.3.4 release
  • 1cd2e82 Updated release notes for HttpCore 5.3.4 release
  • b8a45f0 HTTPCORE-778: URIBuilder to not encode sub-delims in URI fragment component f...
  • 00973e8 Bug fix: Fixed a race condition in async message stream handlers that can occ...
  • 1bf8e65 Bug fix: Async message stream handlers to avoid firing data produce events fr...
  • 3010ce8 Use atomic refs to keep request and response state in async message stream ha...
  • 50749b8 Fixed incorrect state logs in async client HTTP/1.1 protocol handler
  • 714155a HTTPCORE-777: Made I/O reactos cancel out incomplete connect request when shu...
  • 5aad6bb Resource release corrections and code improvements in the base implementation...
  • 7274811 Bug fix: corrected the state management in the async HTTP/1.1 protocol handle...
  • 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 test group with 2 updates: [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) and [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core).


Updates `net.bytebuddy:byte-buddy` from 1.17.2 to 1.17.4
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.17.2...byte-buddy-1.17.4)

Updates `org.apache.httpcomponents.core5:httpcore5` from 5.3.3 to 5.3.4
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.3.4/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.3.3...rel/v5.3.4)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 25, 2025
@bot-sdk-js bot-sdk-js enabled auto-merge (squash) March 25, 2025 10:19
@bot-sdk-js bot-sdk-js merged commit 39b6a30 into main Mar 25, 2025
14 checks passed
@bot-sdk-js bot-sdk-js deleted the dependabot/maven/main/test-f5d26f0654 branch March 25, 2025 10:19
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.

1 participant