Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 25, 2023
1 parent 071ef8a commit 8916a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -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.0")
"testRuntimeOnly"("com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8")
"testRuntimeOnly"("org.testcontainers:mysql")
"testRuntimeOnly"("org.testcontainers:oracle-xe")
Expand Down

0 comments on commit 8916a93

Please sign in to comment.