Skip to content

Commit

Permalink
Bump com.rabbitmq:amqp-client from 5.16.0 to 5.21.0 (#4917)
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.16.0 to 5.21.0.
- [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
- [Commits](rabbitmq/rabbitmq-java-client@v5.16.0...v5.21.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 7c70e95 commit 1f35151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
api project(":eventmesh-openconnect:eventmesh-openconnect-java")
implementation project(":eventmesh-common")
// rabbitmq
implementation 'com.rabbitmq:amqp-client:5.16.0'
implementation 'com.rabbitmq:amqp-client:5.21.0'

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

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

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

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

0 comments on commit 1f35151

Please sign in to comment.