Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 7, 2023
1 parent 0eeea0d commit cb892fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -313,7 +313,7 @@ configure(integrationTestProjects) {
"testRuntimeOnly"("com.h2database:h2:1.4.200")
"testRuntimeOnly"("mysql:mysql-connector-java:8.0.33")
"testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
"testRuntimeOnly"("org.postgresql:postgresql:42.6.0")
"testRuntimeOnly"("org.postgresql:postgresql:42.7.1")
"testRuntimeOnly"("com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8")
"testRuntimeOnly"("org.testcontainers:mysql")
"testRuntimeOnly"("org.testcontainers:oracle-xe")

0 comments on commit cb892fd

Please sign in to comment.