Skip to content

Commit 748b6a1

Browse files
Bump com.rabbitmq:amqp-client from 5.21.0 to 5.22.0 (apache#5119)
Bumps [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 5.21.0 to 5.22.0. - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Commits](rabbitmq/rabbitmq-java-client@v5.21.0...v5.22.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6cb9310 commit 748b6a1

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

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.21.0'
23+
implementation 'com.rabbitmq:amqp-client:5.22.0'
2424

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

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.21.0'
22+
implementation 'com.rabbitmq:amqp-client:5.22.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.21.0'
27+
testImplementation 'com.rabbitmq:amqp-client:5.22.0'
2828

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

0 commit comments

Comments
 (0)