diff --git a/allure-jooq/build.gradle.kts b/allure-jooq/build.gradle.kts index 673e96cb..22d515ba 100644 --- a/allure-jooq/build.gradle.kts +++ b/allure-jooq/build.gradle.kts @@ -16,7 +16,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.7.3") + testRuntimeOnly("org.postgresql:postgresql:42.7.7") } tasks.compileJava {