We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5466b45 commit 5af2837Copy full SHA for 5af2837
platform/build.gradle
@@ -18,7 +18,7 @@ dependencies {
18
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
19
api(platform("org.junit:junit-bom:5.8.2"))
20
api(platform("org.mockito:mockito-bom:4.5.1"))
21
- api(platform("org.testcontainers:testcontainers-bom:1.17.3"))
+ api(platform("org.testcontainers:testcontainers-bom:1.17.6"))
22
api(platform("org.apache.logging.log4j:log4j-bom:2.17.2"))
23
24
constraints {
0 commit comments