Merge pull request #519 from rabbitmq/dependabot/gradle/java-gradle/main/com.rabbitmq-amqp-client-5.24.0

chore(deps): bump com.rabbitmq:amqp-client from 5.23.0 to 5.24.0 in /java-gradle
This commit is contained in:
Michael Klishin 2024-12-13 14:23:39 -05:00 committed by GitHub
commit f4bd58a336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ repositories {
}
dependencies {
implementation 'com.rabbitmq:amqp-client:5.23.0'
implementation 'com.rabbitmq:amqp-client:5.24.0'
implementation 'org.slf4j:slf4j-simple:2.0.16'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.mockito:mockito-core:5.14.2'