Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump com.rabbitmq:amqp-client from 5.22.0 to 5.24.0
Browse files Browse the repository at this point in the history
Bumps [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 5.22.0 to 5.24.0.
- [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
- [Commits](rabbitmq/rabbitmq-java-client@v5.22.0...v5.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jan 1, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 52a1bb1 commit 8ae1af1
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ dependencies {
api project(":eventmesh-openconnect:eventmesh-openconnect-java")
implementation project(":eventmesh-common")
// rabbitmq
implementation 'com.rabbitmq:amqp-client:5.22.0'
implementation 'com.rabbitmq:amqp-client:5.24.0'

implementation 'io.cloudevents:cloudevents-json-jackson'

Original file line number Diff line number Diff line change
@@ -19,12 +19,12 @@ dependencies {
implementation project(":eventmesh-storage-plugin:eventmesh-storage-api")
implementation project(":eventmesh-common")
// rabbitmq
implementation 'com.rabbitmq:amqp-client:5.22.0'
implementation 'com.rabbitmq:amqp-client:5.24.0'

testImplementation project(":eventmesh-storage-plugin:eventmesh-storage-api")
testImplementation project(":eventmesh-common")
// rabbitmq
testImplementation 'com.rabbitmq:amqp-client:5.22.0'
testImplementation 'com.rabbitmq:amqp-client:5.24.0'

implementation 'io.cloudevents:cloudevents-json-jackson'
testImplementation 'io.cloudevents:cloudevents-json-jackson'

0 comments on commit 8ae1af1

Please sign in to comment.