Skip to content

Commit ae08233

Browse files
committed
Update dependency org.postgresql:postgresql to v42.7.3
1 parent ec6e3f3 commit ae08233

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
@@ -277,7 +277,7 @@ configure(integrationTestProjects) {
277277
testRuntimeOnly("com.h2database:h2:1.4.200")
278278
testRuntimeOnly("mysql:mysql-connector-java:8.0.33")
279279
testRuntimeOnly("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
280-
testRuntimeOnly("org.postgresql:postgresql:42.7.2")
280+
testRuntimeOnly("org.postgresql:postgresql:42.7.3")
281281
testRuntimeOnly("com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8")
282282
testRuntimeOnly("org.testcontainers:mysql")
283283
testRuntimeOnly("org.testcontainers:oracle-xe")

0 commit comments

Comments
 (0)