Skip to content

Commit

Permalink
dependabot - bump HikariCP from 4.0.1 to 4.0.3 (#32)
Browse files Browse the repository at this point in the history
Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 4.0.1 to 4.0.3.
- [Release notes](https://github.com/brettwooldridge/HikariCP/releases)
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-4.0.1...HikariCP-4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2021
1 parent 3d4dddf commit a1d58d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -54,7 +54,7 @@ dependencies {

// driver and connection pool
implementation("org.postgresql:postgresql:42.2.18")
implementation("com.zaxxer:HikariCP:4.0.1")
implementation("com.zaxxer:HikariCP:4.0.3")

// configuration
implementation("com.typesafe:config:1.4.1")
Expand Down

0 comments on commit a1d58d6

Please sign in to comment.