We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743df7b commit 0ace238Copy full SHA for 0ace238
benchmark-overhead/build.gradle.kts
@@ -16,7 +16,7 @@ repositories {
16
}
17
18
dependencies {
19
- api(enforcedPlatform("org.junit:junit-bom:5.9.2"))
+ implementation(enforcedPlatform("org.junit:junit-bom:5.9.2"))
20
21
testImplementation("org.testcontainers:testcontainers:1.17.6")
22
testImplementation("org.testcontainers:postgresql:1.17.6")
0 commit comments