diff --git a/allure-jooq/build.gradle.kts b/allure-jooq/build.gradle.kts index a0f29feb..d7aeab40 100644 --- a/allure-jooq/build.gradle.kts +++ b/allure-jooq/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { testImplementation(project(":allure-java-commons-test")) testImplementation(project(":allure-junit-platform")) testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") - testRuntimeOnly("org.postgresql:postgresql:42.6.0") + testRuntimeOnly("org.postgresql:postgresql:42.7.1") } java {