Skip to content

build(deps): bump the maven group across 3 directories with 1 update - #3306

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/rabbitmq-lambda-sam-java/maven-f9e6aca573
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/rabbitmq-lambda-sam-java/maven-f9e6aca573

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven group with 1 update in the /rabbitmq-lambda-sam-java directory: com.rabbitmq:amqp-client.
Bumps the maven group with 1 update in the /rabbitmq-private-lambda-java-sam/rabbitmq_consumer_dynamo_sam/rabbitmq_event_consumer_function directory: com.rabbitmq:amqp-client.
Bumps the maven group with 1 update in the /rabbitmq-private-lambda-java-sam/rabbitmq_message_sender_json directory: com.rabbitmq:amqp-client.

Updates com.rabbitmq:amqp-client from 5.33.1 to 5.34.0

Release notes

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

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'
Commits
  • 877cf12 [maven-release-plugin] prepare release v5.34.0
  • 559ffa4 Set release version to 5.34.0
  • 3bf04df Merge pull request #2020 from rabbitmq/start-processing-callback-v5
  • 6606aa9 Defer main loop start until after the header is sent
  • b394e40 Format
  • 2b057bf Merge pull request #2018 from rabbitmq/mergify/bp/v5.x/pr-2017
  • ff33429 Initialize frame handler's connection reference before sending header
  • 4aee133 Merge pull request #2016 from rabbitmq/mergify/bp/v5.x/pr-2015
  • de2e6ad Reject negative negotiated frame_max
  • e7f10bf Honor unlimited negotiated frame_max when capping inbound message size
  • Additional commits viewable in compare view

Updates com.rabbitmq:amqp-client from 5.33.1 to 5.34.0

Release notes

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

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'
Commits
  • 877cf12 [maven-release-plugin] prepare release v5.34.0
  • 559ffa4 Set release version to 5.34.0
  • 3bf04df Merge pull request #2020 from rabbitmq/start-processing-callback-v5
  • 6606aa9 Defer main loop start until after the header is sent
  • b394e40 Format
  • 2b057bf Merge pull request #2018 from rabbitmq/mergify/bp/v5.x/pr-2017
  • ff33429 Initialize frame handler's connection reference before sending header
  • 4aee133 Merge pull request #2016 from rabbitmq/mergify/bp/v5.x/pr-2015
  • de2e6ad Reject negative negotiated frame_max
  • e7f10bf Honor unlimited negotiated frame_max when capping inbound message size
  • Additional commits viewable in compare view

Updates com.rabbitmq:amqp-client from 5.33.1 to 5.34.0

Release notes

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

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'
Commits
  • 877cf12 [maven-release-plugin] prepare release v5.34.0
  • 559ffa4 Set release version to 5.34.0
  • 3bf04df Merge pull request #2020 from rabbitmq/start-processing-callback-v5
  • 6606aa9 Defer main loop start until after the header is sent
  • b394e40 Format
  • 2b057bf Merge pull request #2018 from rabbitmq/mergify/bp/v5.x/pr-2017
  • ff33429 Initialize frame handler's connection reference before sending header
  • 4aee133 Merge pull request #2016 from rabbitmq/mergify/bp/v5.x/pr-2015
  • de2e6ad Reject negative negotiated frame_max
  • e7f10bf Honor unlimited negotiated frame_max when capping inbound message size
  • 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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the maven group with 1 update in the /rabbitmq-lambda-sam-java directory: [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client).
Bumps the maven group with 1 update in the /rabbitmq-private-lambda-java-sam/rabbitmq_consumer_dynamo_sam/rabbitmq_event_consumer_function directory: [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client).
Bumps the maven group with 1 update in the /rabbitmq-private-lambda-java-sam/rabbitmq_message_sender_json directory: [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client).


Updates `com.rabbitmq:amqp-client` from 5.33.1 to 5.34.0
- [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
- [Commits](rabbitmq/rabbitmq-java-client@v5.33.1...v5.34.0)

Updates `com.rabbitmq:amqp-client` from 5.33.1 to 5.34.0
- [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
- [Commits](rabbitmq/rabbitmq-java-client@v5.33.1...v5.34.0)

Updates `com.rabbitmq:amqp-client` from 5.33.1 to 5.34.0
- [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
- [Commits](rabbitmq/rabbitmq-java-client@v5.33.1...v5.34.0)

---
updated-dependencies:
- dependency-name: com.rabbitmq:amqp-client
  dependency-version: 5.34.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.rabbitmq:amqp-client
  dependency-version: 5.34.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.rabbitmq:amqp-client
  dependency-version: 5.34.0
  dependency-type: direct:production
  dependency-group: maven
...

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 Sep 17, 2026
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