Skip to content

Commit

Permalink
GH-832 Update dependency org.postgresql:postgresql to v42.7.4 (#832)
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 Sep 5, 2024
1 parent fadc88f commit fc530aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Versions {
const val CDN_CONFIGS = "1.14.5"

const val MARIA_DB = "3.4.1"
const val POSTGRESQL = "42.7.3"
const val POSTGRESQL = "42.7.4"
const val H2 = "2.1.214"
const val ORMLITE = "6.1"
const val HIKARI_CP = "5.1.0"
Expand Down

0 comments on commit fc530aa

Please sign in to comment.