Fix benchmark-overhead build (#7595)

Fixes #7593
This commit is contained in:
Mateusz Rzeszutek 2023-01-17 14:40:02 +01:00 committed by GitHub
parent 743df7b3da
commit 0ace238eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ repositories {
}
dependencies {
api(enforcedPlatform("org.junit:junit-bom:5.9.2"))
implementation(enforcedPlatform("org.junit:junit-bom:5.9.2"))
testImplementation("org.testcontainers:testcontainers:1.17.6")
testImplementation("org.testcontainers:postgresql:1.17.6")