Skip to content

Commit

Permalink
Bump com.zaxxer:HikariCP from 5.0.1 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.0.1 to 5.1.0.
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-5.0.1...HikariCP-5.1.0)

---
updated-dependencies:
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 2d587cc commit 84e19f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ val kotlinVersion = "1.9.20"
val googleCloudStorageVersion = "2.29.0"
val junitJupiterVersion = "5.10.0"
val flywayVersion = "9.22.3"
val hikariVersion = "5.0.1"
val hikariVersion = "5.1.0"
val postgresVersion = "42.6.0"
val embeddedPostgresVersion = "2.0.4"
val commonsCodecVersion = "1.16.0"
Expand Down

0 comments on commit 84e19f1

Please sign in to comment.