Skip to content

Commit

Permalink
Bump amqp-client from 5.7.0 to 5.14.0 in /modules/rabbitmq
Browse files Browse the repository at this point in the history
Bumps [amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 5.7.0 to 5.14.0.
- [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
- [Commits](rabbitmq/rabbitmq-java-client@v5.7.0...v5.14.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>
  • Loading branch information
dependabot[bot] authored Jan 11, 2022
1 parent d0c4ced commit 0a094ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rabbitmq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "TestContainers :: RabbitMQ"

dependencies {
api project(":testcontainers")
testImplementation 'com.rabbitmq:amqp-client:5.7.0'
testImplementation 'com.rabbitmq:amqp-client:5.14.0'
testImplementation 'org.assertj:assertj-core:3.12.2'
compileOnly 'org.jetbrains:annotations:20.0.0'
}

0 comments on commit 0a094ec

Please sign in to comment.