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