Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps com.rabbitmq:amqp-client from 5.25.0 to 5.26.0.

Release notes

Sourced from com.rabbitmq:amqp-client's releases.

5.26.0

Changes between 5.25.0 and 5.26.0

This is a maintenance release with bug fixes, dependency upgrades, and some internal refactoring. It is compatible with 5.25.0. All users are encouraged to upgrade.

Call consumer shutdown callback even if close times out

GitHub PR: #1656

Clean up binding recovery records when exchange is deleted

GitHub PR: #1593

Fix NullPointerException in metrics collector

GitHub issue: #1592

Bump dependencies

GitHub issue: #1540

Refactor BlockingCell with modern concurrency utilities

GitHub PR: #1657

Dependency

Maven

<dependency>
  <groupId>com.rabbitmq</groupId>
  <artifactId>amqp-client</artifactId>
  <version>5.26.0</version>
</dependency>

Gradle

compile 'com.rabbitmq:amqp-client:5.26.0'
Commits
  • a8f7e2c [maven-release-plugin] prepare release v5.26.0
  • b137a30 Set release version to 5.26.0
  • 0a81ca7 Merge pull request #1660 from rabbitmq/dependabot/maven/5.x.x-stable/org.juni...
  • d254420 Merge pull request #1661 from rabbitmq/dependabot/maven/5.x.x-stable/com.diff...
  • 8160f39 Bump com.diffplug.spotless:spotless-maven-plugin from 2.46.0 to 2.46.1
  • b411f8e Bump org.junit:junit-bom from 5.13.3 to 5.13.4
  • d0a73c7 Refactor BlockingCell with modern concurrency utilities
  • eb18ca4 Call consumer shutdown callback even if close times out
  • 9d0284a Add test for blocked connection
  • 4bb5343 Merge pull request #1654 from rabbitmq/dependabot/maven/5.x.x-stable/com.diff...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 5.25.0 to 5.26.0.
- [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
- [Commits](rabbitmq/rabbitmq-java-client@v5.25.0...v5.26.0)

---
updated-dependencies:
- dependency-name: com.rabbitmq:amqp-client
  dependency-version: 5.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 28, 2025
@dependabot dependabot bot requested a review from a team July 28, 2025 22:37
@eddumelendez eddumelendez merged commit 98e7e1d into main Jul 29, 2025
105 checks passed
@eddumelendez eddumelendez deleted the dependabot/gradle/core/com.rabbitmq-amqp-client-5.26.0 branch July 29, 2025 03:43
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