Skip to content

Commit 6898362

Browse files
committed
Update testcontainers
1 parent 66080fd commit 6898362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ object Shadow {
242242
}
243243

244244
object TestContainers {
245-
const val version = "1.15.0-rc2"
245+
const val version = "1.15.1"
246246
const val postgresql = "org.testcontainers:postgresql:$version"
247247
const val kafka = "org.testcontainers:kafka:$version"
248248
}

0 commit comments

Comments
 (0)