We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.17.3
1 parent 3df0f35 commit f073c5fCopy full SHA for f073c5f
build.gradle
@@ -440,7 +440,7 @@ project('spring-rabbit-stream') {
440
testRuntimeOnly "org.xerial.snappy:snappy-java:$snappyVersion"
441
testRuntimeOnly "org.lz4:lz4-java:$lz4Version"
442
testRuntimeOnly "com.github.luben:zstd-jni:$zstdJniVersion"
443
- testImplementation "org.testcontainers:rabbitmq:1.15.3"
+ testImplementation "org.testcontainers:rabbitmq:1.17.3"
444
testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion"
445
}
446
0 commit comments