Skip to content

Commit f073c5f

Browse files
committed
Upgrade to Testcontainers 1.17.3
1 parent 3df0f35 commit f073c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ project('spring-rabbit-stream') {
440440
testRuntimeOnly "org.xerial.snappy:snappy-java:$snappyVersion"
441441
testRuntimeOnly "org.lz4:lz4-java:$lz4Version"
442442
testRuntimeOnly "com.github.luben:zstd-jni:$zstdJniVersion"
443-
testImplementation "org.testcontainers:rabbitmq:1.15.3"
443+
testImplementation "org.testcontainers:rabbitmq:1.17.3"
444444
testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion"
445445
}
446446

0 commit comments

Comments
 (0)