Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency com.zaxxer:hikaricp to v4.0.3 (#3199)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Mar 14, 2021
1 parent cb7d023 commit 6cd92f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl-blocks/hikari-config/build.gradle.kts
Expand Up @@ -23,6 +23,6 @@ useCheckerFramework()
dependencies {
val h2Version: String by project
api("org.pcollections:pcollections:3.1.4")
api("com.zaxxer:HikariCP:4.0.2")
api("com.zaxxer:HikariCP:4.0.3")
compileOnly("com.h2database:h2:$h2Version")
}

0 comments on commit 6cd92f0

Please sign in to comment.