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

Commit f8b19e9

Browse files
committed
chore(deps): update dependency org.postgresql:postgresql to v42.3.4
1 parent c41c345 commit f8b19e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
testFixturesApi("org.junit.jupiter:junit-jupiter-api:$junitVersion")
6060
testFixturesImplementation("com.h2database:h2:$h2Version")
6161
testFixturesImplementation("org.mariadb.jdbc:mariadb-java-client:2.7.2")
62-
testFixturesImplementation("org.postgresql:postgresql:42.2.19")
62+
testFixturesImplementation("org.postgresql:postgresql:42.3.4")
6363
}
6464

6565
tasks.jar {

0 commit comments

Comments
 (0)