We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10490c2 commit 17e1f12Copy full SHA for 17e1f12
platform/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
21
api(platform("org.junit:junit-bom:5.12.2"))
22
api(platform("org.mockito:mockito-bom:5.16.0"))
23
- api(platform("org.testcontainers:testcontainers-bom:1.20.6"))
+ api(platform("org.testcontainers:testcontainers-bom:1.21.0"))
24
api(platform("org.apache.logging.log4j:log4j-bom:2.24.3"))
25
26
constraints {
0 commit comments