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 f5fd600 commit be4c07fCopy full SHA for be4c07f
allure-jooq/build.gradle.kts
@@ -5,7 +5,7 @@ val jooqVersion = "3.19.10"
5
dependencies {
6
api(project(":allure-java-commons"))
7
implementation("org.jooq:jooq:${jooqVersion}")
8
- testImplementation("io.zonky.test:embedded-postgres:2.0.4")
+ testImplementation("io.zonky.test:embedded-postgres:2.0.7")
9
testImplementation("org.assertj:assertj-core")
10
testImplementation("org.junit.jupiter:junit-jupiter-api")
11
testImplementation("org.mockito:mockito-core")
0 commit comments