Skip to content

Commit

Permalink
dependency: Update dependency org.postgresql:postgresql to v42.7.5 (#889
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 18, 2025
1 parent af34b1e commit 046c0df
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.6"

const val MARIA_DB = "3.5.1"
const val POSTGRESQL = "42.7.4"
const val POSTGRESQL = "42.7.5"
const val H2 = "2.3.232"
const val ORMLITE = "6.1"
const val HIKARI_CP = "6.2.1"
Expand Down

0 comments on commit 046c0df

Please sign in to comment.