Skip to content

Commit 0fbd8f3

Browse files
chore(deps): bump com.rabbitmq:amqp-client in /java-gradle
Bumps [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 5.25.0 to 5.26.0. - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Commits](rabbitmq/rabbitmq-java-client@v5.25.0...v5.26.0) --- updated-dependencies: - dependency-name: com.rabbitmq:amqp-client dependency-version: 5.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ba87c5 commit 0fbd8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
implementation 'com.rabbitmq:amqp-client:5.25.0'
13+
implementation 'com.rabbitmq:amqp-client:5.26.0'
1414
implementation 'org.slf4j:slf4j-simple:2.0.17'
1515
testImplementation 'org.assertj:assertj-core:3.27.3'
1616
testImplementation 'org.mockito:mockito-core:5.18.0'

0 commit comments

Comments
 (0)