Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 0806404

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency org.postgresql:postgresql to v42.3.0
1 parent 83f9f24 commit 0806404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ subprojects {
6969
"testRuntimeOnly"("com.h2database:h2:1.4.200")
7070
"testRuntimeOnly"("mysql:mysql-connector-java:8.0.27")
7171
"testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
72-
"testRuntimeOnly"("org.postgresql:postgresql:42.2.24")
72+
"testRuntimeOnly"("org.postgresql:postgresql:42.3.0")
7373
"testRuntimeOnly"("com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8")
7474
"testRuntimeOnly"("org.testcontainers:mysql")
7575
"testRuntimeOnly"("org.testcontainers:oracle-xe")

0 commit comments

Comments
 (0)