Skip to content

Commit 303b9e7

Browse files
build(deps): bump io.zonky.test:embedded-postgres from 2.0.7 to 2.2.0
Bumps [io.zonky.test:embedded-postgres](https://github.com/zonkyio/embedded-postgres) from 2.0.7 to 2.2.0. - [Release notes](https://github.com/zonkyio/embedded-postgres/releases) - [Commits](zonkyio/embedded-postgres@v2.0.7...v2.2.0) --- updated-dependencies: - dependency-name: io.zonky.test:embedded-postgres dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7099e17 commit 303b9e7

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)