Skip to content

Commit 8ac7f31

Browse files
build(deps): bump io.zonky.test:embedded-postgres from 2.0.7 to 2.2.0 (via #1216)
1 parent f973f08 commit 8ac7f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allure-jooq/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ val jooqVersion = "3.19.10"
55
dependencies {
66
api(project(":allure-java-commons"))
77
compileOnly("org.jooq:jooq:${jooqVersion}")
8-
testImplementation("io.zonky.test:embedded-postgres:2.0.7")
8+
testImplementation("io.zonky.test:embedded-postgres:2.2.0")
99
testImplementation("org.assertj:assertj-core")
1010
testImplementation("org.jooq:jooq:${jooqVersion}")
1111
testImplementation("org.junit.jupiter:junit-jupiter-api")

0 commit comments

Comments
 (0)