Skip to content

Commit d019dc9

Browse files
author
ereeves
committed
Fix an error in testcontainers by upgrading to v 1.15.3, described in testcontainers/testcontainers-java#3574
1 parent 92979ab commit d019dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/utils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object Versions {
3131

3232
const val GROOVY: String = "2.5.8"
3333
const val SPOCK: String = "1.2-groovy-2.5"
34-
const val TEST_CONTAINERS: String = "1.12.2"
34+
const val TEST_CONTAINERS: String = "1.15.3"
3535
const val OPEN_SAML = "3.4.3"
3636
const val LOGBACK = "1.2.3"
3737
const val JAVAX_SERVLET_API = "4.0.1"

0 commit comments

Comments
 (0)