Skip to content

Commit

Permalink
Upgrade to Testcontainers 1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Sep 8, 2022
1 parent 3df0f35 commit f073c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ project('spring-rabbit-stream') {
testRuntimeOnly "org.xerial.snappy:snappy-java:$snappyVersion"
testRuntimeOnly "org.lz4:lz4-java:$lz4Version"
testRuntimeOnly "com.github.luben:zstd-jni:$zstdJniVersion"
testImplementation "org.testcontainers:rabbitmq:1.15.3"
testImplementation "org.testcontainers:rabbitmq:1.17.3"
testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion"
}

Expand Down

0 comments on commit f073c5f

Please sign in to comment.