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