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 f6a25e5 commit 7099e17Copy full SHA for 7099e17
allure-jooq/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
testImplementation("org.junit.jupiter:junit-jupiter-api")
12
testImplementation("org.mockito:mockito-core")
13
testImplementation("org.slf4j:slf4j-simple")
14
- testImplementation(platform("io.zonky.test.postgres:embedded-postgres-binaries-bom:16.2.0"))
+ testImplementation(platform("io.zonky.test.postgres:embedded-postgres-binaries-bom:18.1.0"))
15
testImplementation(project(":allure-assertj"))
16
testImplementation(project(":allure-java-commons-test"))
17
testImplementation(project(":allure-junit-platform"))
0 commit comments