Skip to content

Commit

Permalink
Merge pull request #193 from zero88/renovate/databaselibs.version.pgsql
Browse files Browse the repository at this point in the history
fix(deps): update dependency org.postgresql:postgresql to v42.7.3
  • Loading branch information
zero88 committed Mar 27, 2024
2 parents 6f1543d + b1acc19 commit c6df22b
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 @@ -138,7 +138,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.33"
const val jpa = "2.2"
const val jta = "1.3"
Expand Down

0 comments on commit c6df22b

Please sign in to comment.