Skip to content

Commit 31043bc

Browse files
committed
Update dependency org.postgresql:postgresql to v42.5.0
1 parent 6751a19 commit 31043bc

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
@@ -313,7 +313,7 @@ configure(integrationTestProjects) {
313313
"testRuntimeOnly"("com.h2database:h2:1.4.200")
314314
"testRuntimeOnly"("mysql:mysql-connector-java:8.0.30")
315315
"testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
316-
"testRuntimeOnly"("org.postgresql:postgresql:42.4.2")
316+
"testRuntimeOnly"("org.postgresql:postgresql:42.5.0")
317317
"testRuntimeOnly"("com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8")
318318
"testRuntimeOnly"("org.testcontainers:mysql")
319319
"testRuntimeOnly"("org.testcontainers:oracle-xe")

0 commit comments

Comments
 (0)