Skip to content

Commit

Permalink
fix(deps): update dependency com.zaxxer:hikaricp to v5.1.0 (#128)
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 Nov 5, 2023
1 parent c08a4a8 commit fabdec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sadu-datasource/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "SADU module to create a hikaricp datasource"

dependencies {
api("com.zaxxer", "HikariCP", "5.0.1")
api("com.zaxxer", "HikariCP", "5.1.0")
api(project(":sadu-core"))

testImplementation(project(":sadu-sqlite"))
Expand Down

0 comments on commit fabdec9

Please sign in to comment.