Skip to content

Commit 4fc1de0

Browse files
build(deps): bump org.postgresql:postgresql from 42.7.3 to 42.7.7
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.3 to 42.7.7. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.3...REL42.7.7) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68b9efb commit 4fc1de0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

allure-jooq/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation(project(":allure-java-commons-test"))
1717
testImplementation(project(":allure-junit-platform"))
1818
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
19-
testRuntimeOnly("org.postgresql:postgresql:42.7.3")
19+
testRuntimeOnly("org.postgresql:postgresql:42.7.7")
2020
}
2121

2222
tasks.compileJava {

0 commit comments

Comments
 (0)