Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #302 from MixDrinks/renovate/org.postgresql-postgr…
Browse files Browse the repository at this point in the history
…esql-42.x

Update dependency org.postgresql:postgresql to v42.7.0
  • Loading branch information
renovate[bot] authored Nov 20, 2023
2 parents 1fc968b + 73630bf commit 9eeb883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation("com.h2database", "h2", "2.2.224")

implementation("com.zaxxer:HikariCP:5.1.0")
implementation("org.postgresql:postgresql:42.6.0")
implementation("org.postgresql:postgresql:42.7.0")

testImplementation("io.mockk:mockk:1.13.8")
testImplementation("io.kotest:kotest-runner-junit5:5.8.0")
Expand Down

0 comments on commit 9eeb883

Please sign in to comment.