Skip to content

Commit

Permalink
fix(deps): update dependency org.postgresql:postgresql to v42.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent 60c0d02 commit d68e157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ object DatabaseLibs {
object Version {

const val h2 = "1.4.200"
const val pgsql = "42.2.23"
const val pgsql = "42.7.3"
const val mysql = "8.0.23"
const val jpa = "2.2"
const val jta = "1.3"
Expand Down

0 comments on commit d68e157

Please sign in to comment.