Skip to content

Commit

Permalink
fix(deps): update dependency com.zaxxer:hikaricp to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent 63addb0 commit c6dec1d
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 @@ -147,7 +147,7 @@ object DatabaseLibs {
const val derby = "10.17.1.0"
const val agroal = "1.18"
const val c3p0 = "0.10.0"
const val hikari = "4.0.3"
const val hikari = "5.1.0"
}

const val agroalApi = "io.agroal:agroal-api:${Version.agroal}"
Expand Down

0 comments on commit c6dec1d

Please sign in to comment.