Skip to content

Commit

Permalink
Bump com.zaxxer:HikariCP from 5.0.1 to 5.1.0 (#296)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
1 parent a1fad82 commit 773728d
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 @@ -19,7 +19,7 @@ val javaxInjectVersion = "1"
val owaspSanitizerVersion = "20211018.2"
val apacheCommonsVersion = "3.14.0"
val jakartaRsApiVersion = "3.1.0"
val hikari = "5.0.1"
val hikari = "5.1.0"
val postgres = "42.7.1"
val postgresEmbedded = "0.13.4"

Expand Down

0 comments on commit 773728d

Please sign in to comment.