Skip to content

Update dependency com.rabbitmq:amqp-client to v5.35.0 - #310

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.rabbitmq-amqp-client-5.x
Open

Update dependency com.rabbitmq:amqp-client to v5.35.0#310
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.rabbitmq-amqp-client-5.x

Conversation

@renovate

@renovate renovate Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.rabbitmq:amqp-client (source) 5.32.05.35.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

rabbitmq/rabbitmq-java-client (com.rabbitmq:amqp-client)

v5.35.0: 5.35.0

Changes between 5.34.0 and 5.35.0

This is a maintenance release with bug fixes and dependency upgrades. It is compatible with 5.34.0. All users are encouraged to upgrade.

Refine error reporting for malformed URIs

GitHub PR: #​2052

Add possibility to exclude Netty dependencies

GitHub issue: #​2047

Bump dependencies

GitHub issue: #​2021

Dependency

Maven

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

Gradle

compile 'com.rabbitmq:amqp-client:5.35.0'

v5.34.0: 5.34.0

Changes between 5.33.1 and 5.34.0

This is a maintenance release with bug fixes and dependency upgrades. It is compatible with 5.33.1. All users are encouraged to upgrade.

Harden connection negotiation phase

GitHub PRs: #​2018 #​2020

Honor unlimited negotiated frame_max when capping inbound message size

GitHub PR: #​2016

Reject negative body size when parsing content headers

GitHub PR: #​2014

Bump dependencies

GitHub issue: #​2006

Dependency

Maven

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

Gradle

compile 'com.rabbitmq:amqp-client:5.34.0'

v5.33.1: 5.33.1

Compare Source

Changes between 5.33.0 and 5.33.1

This is a maintenance release with a bug fix. It is compatible with 5.33.0. All users are encouraged to upgrade.

Harden ValueReader

GitHub PR: #​2008

Dependency

Maven

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

Gradle

compile 'com.rabbitmq:amqp-client:5.33.1'

v5.33.0: 5.33.0

Compare Source

Changes between 5.32.0 and 5.33.0

This is a maintenance release with bug fixes and dependency upgrades. It introduces minor breaking changes compared to 5.32.0 (see below for details). All users are encouraged to upgrade.

The RabbitMQ team normally maintain strict backward compatibility in minor versions. However, this release includes exceptional breaking changes that were necessary to patch security gaps and enforce secure-by-default behavior.

Breaking changes:

  • Hostname verification is now enabled by default as soon as TLS is used.
  • ConnectionFactory#useSslProtocol() now utilizes the JVM's default SSLContext, which validates the server certificate.
    • Note: This should primarily affect test environments, as useSslProtocol() was never intended for production use.
    • Action required: For test or development environments where certificate validation needs to be disabled, users can now explicitly switch to the new ConnectionFactory#useTlsWithNoVerification() method.
  • JSON-RPC support classes now introduce an "allowlist". This change only impacts installations that explicitly utilize these classes.

Harden RPC support classes

GitHub PR: #​2002

Enable hostname verification by default

GitHub issue: #​2005

Introduce helper for dev/test TLS setup

GitHub PR: #​2001

Enforce inbound frame max more strictly

GitHub PRs: #​1995 #​1998

Bump dependencies

GitHub issue: #​1991

Dependency

Maven

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

Gradle

compile 'com.rabbitmq:amqp-client:5.33.0'

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from sksamuel as a code owner June 30, 2026 11:59
@renovate renovate Bot changed the title Update dependency com.rabbitmq:amqp-client to v5.33.0 Update dependency com.rabbitmq:amqp-client to v5.33.1 Jul 6, 2026
@renovate
renovate Bot force-pushed the renovate/com.rabbitmq-amqp-client-5.x branch from 07f4fdc to deae918 Compare July 6, 2026 17:38
@renovate renovate Bot changed the title Update dependency com.rabbitmq:amqp-client to v5.33.1 Update dependency com.rabbitmq:amqp-client to v5.34.0 Jul 10, 2026
@renovate
renovate Bot force-pushed the renovate/com.rabbitmq-amqp-client-5.x branch from deae918 to e8ecaca Compare July 10, 2026 09:01
@renovate
renovate Bot force-pushed the renovate/com.rabbitmq-amqp-client-5.x branch from e8ecaca to 82ae011 Compare August 21, 2026 09:58
@renovate renovate Bot changed the title Update dependency com.rabbitmq:amqp-client to v5.34.0 Update dependency com.rabbitmq:amqp-client to v5.35.0 Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants