Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent c3aec4e commit 791d5cb
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 @@ -31,7 +31,7 @@ val sykepengesoknadKafkaVersion = "2023.09.27-13.04-8327d8dd"
val mockkVersion = "1.13.12"
val kotestVersion = "5.9.1"
val kotestExtensionsVersion = "2.0.0"
val hikariVersion = "5.1.0"
val hikariVersion = "6.0.0"
val detektVersion = "1.23.7"

dependencies {
Expand Down

0 comments on commit 791d5cb

Please sign in to comment.