Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.7.5 (#1268)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent ce646e1 commit b2e9e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ junit = "5.11.4"
jdbc-h2 = { module = "com.h2database:h2", version = "2.3.232" }
jdbc-mysql = { module = "mysql:mysql-connector-java", version = "8.0.33" }
jdbc-oracle = { module = "com.oracle.database.jdbc:ojdbc11", version = "23.6.0.24.10" }
jdbc-postgresql = { module = "org.postgresql:postgresql", version = "42.7.4" }
jdbc-postgresql = { module = "org.postgresql:postgresql", version = "42.7.5" }
jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.47.2.0" }
jdbc-sqlserver = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "12.8.1.jre11" }

Expand Down

0 comments on commit b2e9e3e

Please sign in to comment.