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

Commit

Permalink
fix(deps): update dependency org.postgresql:postgresql to v42.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent c41c345 commit b06f602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
testFixturesApi("org.junit.jupiter:junit-jupiter-api:$junitVersion")
testFixturesImplementation("com.h2database:h2:$h2Version")
testFixturesImplementation("org.mariadb.jdbc:mariadb-java-client:2.7.2")
testFixturesImplementation("org.postgresql:postgresql:42.2.19")
testFixturesImplementation("org.postgresql:postgresql:42.5.4")
}

tasks.jar {
Expand Down

0 comments on commit b06f602

Please sign in to comment.