Skip to content

Commit

Permalink
Update dependency com.zaxxer:HikariCP to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent 3f814dc commit d50f6d1
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 @@ -21,5 +21,5 @@ object Versions {
const val POSTGRESQL = "42.7.3"
const val H2 = "2.1.214"
const val ORMLITE = "6.1"
const val HIKARI_CP = "5.1.0"
const val HIKARI_CP = "6.2.1"
}

0 comments on commit d50f6d1

Please sign in to comment.