Skip to content

build(deps): bump the maven group across 9 directories with 2 updates - #3285

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/activemq-private-lambda-java-sam/activemq_message_sender_json/maven-79f3341bf2
Open

build(deps): bump the maven group across 9 directories with 2 updates#3285
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/activemq-private-lambda-java-sam/activemq_message_sender_json/maven-79f3341bf2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven group with 1 update in the /apigw-canary-deployment-cdk-java/software/FunctionDev directory: org.apache.logging.log4j:log4j-api.
Bumps the maven group with 1 update in the /apigw-canary-deployment-cdk-java/software/FunctionOne directory: org.apache.logging.log4j:log4j-api.
Bumps the maven group with 1 update in the /cdk-eventbridge-stepfunction-sqs-java/software/lambda-handler directory: org.apache.logging.log4j:log4j-api.
Bumps the maven group with 1 update in the /cdk-kinesis-flink-firehose/cdk/flink-application/kinesis-flink-firehose-app directory: org.apache.logging.log4j:log4j-api.
Bumps the maven group with 1 update in the /cdk-kinesis-lambda-java/software/KinesisLambdaClient directory: org.apache.logging.log4j:log4j-api.
Bumps the maven group with 1 update in the /kinesis-lambda-cdk-java/software/LambdaFunction directory: org.apache.logging.log4j:log4j-api.
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 org.apache.logging.log4j:log4j-api from 2.25.4 to 2.25.5

Updates org.apache.logging.log4j:log4j-api from 2.25.4 to 2.25.5

Updates org.apache.logging.log4j:log4j-api from 2.25.4 to 2.25.5

Updates org.apache.logging.log4j:log4j-api from 2.25.4 to 2.25.5

Updates org.apache.logging.log4j:log4j-api from 2.25.4 to 2.25.5

Updates org.apache.logging.log4j:log4j-api from 2.25.4 to 2.25.5

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

Release notes

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

5.33.1

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'

5.33.0

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

... (truncated)

Commits
  • 6ada599 [maven-release-plugin] prepare release v5.33.1
  • ed2fe4a Set release version to 5.33.1
  • 1221b25 Merge pull request #2008 from rabbitmq/mergify/bp/v5.x/pr-2007
  • db89e34 Limit nesting depth when reading tables and arrays
  • 3882093 Validate declared length before allocating byte buffers in ValueReader
  • cbba12b [maven-release-plugin] prepare for next development iteration
  • a6ff07e [maven-release-plugin] prepare release v5.33.0
  • a3cbc20 Set release version to 5.33.0
  • 7c33063 Recommend against replacing SocketConfigurator
  • 43263bc Merge pull request #2001 from rabbitmq/mergify/bp/v5.x/pr-1999
  • Additional commits viewable in compare view

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

Release notes

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

5.33.1

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'

5.33.0

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

... (truncated)

Commits
  • 6ada599 [maven-release-plugin] prepare release v5.33.1
  • ed2fe4a Set release version to 5.33.1
  • 1221b25 Merge pull request #2008 from rabbitmq/mergify/bp/v5.x/pr-2007
  • db89e34 Limit nesting depth when reading tables and arrays
  • 3882093 Validate declared length before allocating byte buffers in ValueReader
  • cbba12b [maven-release-plugin] prepare for next development iteration
  • a6ff07e [maven-release-plugin] prepare release v5.33.0
  • a3cbc20 Set release version to 5.33.0
  • 7c33063 Recommend against replacing SocketConfigurator
  • 43263bc Merge pull request #2001 from rabbitmq/mergify/bp/v5.x/pr-1999
  • Additional commits viewable in compare view

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

Release notes

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

5.33.1

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'

5.33.0

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

... (truncated)

Commits
  • 6ada599 [maven-release-plugin] prepare release v5.33.1
  • ed2fe4a Set release version to 5.33.1
  • 1221b25 Merge pull request #2008 from rabbitmq/mergify/bp/v5.x/pr-2007
  • db89e34 Limit nesting depth when reading tables and arrays
  • 3882093 Validate declared length before allocating byte buffers in ValueReader
  • cbba12b [maven-release-plugin] prepare for next development iteration
  • a6ff07e [maven-release-plugin] prepare release v5.33.0
  • a3cbc20 Set release version to 5.33.0
  • 7c33063 Recommend against replacing SocketConfigurator
  • 43263bc Merge pull request #2001 from rabbitmq/mergify/bp/v5.x/pr-1999
  • 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 /apigw-canary-deployment-cdk-java/software/FunctionDev directory: org.apache.logging.log4j:log4j-api.
Bumps the maven group with 1 update in the /apigw-canary-deployment-cdk-java/software/FunctionOne directory: org.apache.logging.log4j:log4j-api.
Bumps the maven group with 1 update in the /cdk-eventbridge-stepfunction-sqs-java/software/lambda-handler directory: org.apache.logging.log4j:log4j-api.
Bumps the maven group with 1 update in the /cdk-kinesis-flink-firehose/cdk/flink-application/kinesis-flink-firehose-app directory: org.apache.logging.log4j:log4j-api.
Bumps the maven group with 1 update in the /cdk-kinesis-lambda-java/software/KinesisLambdaClient directory: org.apache.logging.log4j:log4j-api.
Bumps the maven group with 1 update in the /kinesis-lambda-cdk-java/software/LambdaFunction directory: org.apache.logging.log4j:log4j-api.
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 `org.apache.logging.log4j:log4j-api` from 2.25.4 to 2.25.5

Updates `org.apache.logging.log4j:log4j-api` from 2.25.4 to 2.25.5

Updates `org.apache.logging.log4j:log4j-api` from 2.25.4 to 2.25.5

Updates `org.apache.logging.log4j:log4j-api` from 2.25.4 to 2.25.5

Updates `org.apache.logging.log4j:log4j-api` from 2.25.4 to 2.25.5

Updates `org.apache.logging.log4j:log4j-api` from 2.25.4 to 2.25.5

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

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

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

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.25.5
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.25.5
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.25.5
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.25.5
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.25.5
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.25.5
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.rabbitmq:amqp-client
  dependency-version: 5.33.1
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.rabbitmq:amqp-client
  dependency-version: 5.33.1
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.rabbitmq:amqp-client
  dependency-version: 5.33.1
  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 Aug 20, 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