Skip to content

Commit 9710d5b

Browse files
Update dependency org.postgresql:postgresql to v42.3.5 (#835)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5770781 commit 9710d5b

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.29")
315315
"testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
316-
"testRuntimeOnly"("org.postgresql:postgresql:42.3.4")
316+
"testRuntimeOnly"("org.postgresql:postgresql:42.3.5")
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)