Skip to content

Commit

Permalink
fix(deps): update dependency com.zaxxer:hikaricp to v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 8f41713 commit 3623a71
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 @@ -143,7 +143,7 @@ object DatabaseLibs {
const val derby = "10.14.2.0"
const val agroal = "1.9"
const val c3p0 = "0.9.5.4"
const val hikari = "4.0.2"
const val hikari = "4.0.3"
}

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

0 comments on commit 3623a71

Please sign in to comment.