Skip to content

Commit c6a9e81

Browse files
committed
Update dependency org.postgresql:postgresql to v42.7.4
1 parent cb60d20 commit c6a9e81

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
@@ -280,7 +280,7 @@ configure(integrationTestProjects) {
280280
testRuntimeOnly("com.h2database:h2:1.4.200")
281281
testRuntimeOnly("mysql:mysql-connector-java:8.0.33")
282282
testRuntimeOnly("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
283-
testRuntimeOnly("org.postgresql:postgresql:42.7.3")
283+
testRuntimeOnly("org.postgresql:postgresql:42.7.4")
284284
testRuntimeOnly("com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8")
285285
testRuntimeOnly("org.testcontainers:mysql")
286286
testRuntimeOnly("org.testcontainers:oracle-xe")

0 commit comments

Comments
 (0)