Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent ab2731c commit 70a9a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Fast tests against containerized PostgreSQL database."
dependencies {
api(project(":base"))

implementation("org.postgresql:postgresql:42.7.1")
implementation("org.postgresql:postgresql:42.7.2")
implementation("org.testcontainers:postgresql:1.19.3")
}

Expand Down

0 comments on commit 70a9a74

Please sign in to comment.