Skip to content

Commit 8ae1af1

Browse files
Bump com.rabbitmq:amqp-client from 5.22.0 to 5.24.0
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] <[email protected]>
1 parent 52a1bb1 commit 8ae1af1

File tree

2 files changed

+3
-3
lines changed
  • eventmesh-connectors/eventmesh-connector-rabbitmq
  • eventmesh-storage-plugin/eventmesh-storage-rabbitmq

2 files changed

+3
-3
lines changed

Diff for: eventmesh-connectors/eventmesh-connector-rabbitmq/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
api project(":eventmesh-openconnect:eventmesh-openconnect-java")
2121
implementation project(":eventmesh-common")
2222
// rabbitmq
23-
implementation 'com.rabbitmq:amqp-client:5.22.0'
23+
implementation 'com.rabbitmq:amqp-client:5.24.0'
2424

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

Diff for: eventmesh-storage-plugin/eventmesh-storage-rabbitmq/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ dependencies {
1919
implementation project(":eventmesh-storage-plugin:eventmesh-storage-api")
2020
implementation project(":eventmesh-common")
2121
// rabbitmq
22-
implementation 'com.rabbitmq:amqp-client:5.22.0'
22+
implementation 'com.rabbitmq:amqp-client:5.24.0'
2323

2424
testImplementation project(":eventmesh-storage-plugin:eventmesh-storage-api")
2525
testImplementation project(":eventmesh-common")
2626
// rabbitmq
27-
testImplementation 'com.rabbitmq:amqp-client:5.22.0'
27+
testImplementation 'com.rabbitmq:amqp-client:5.24.0'
2828

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

0 commit comments

Comments
 (0)