Skip to content

Commit

Permalink
Bump HikariCP from 4.0.3 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 4.0.3 to 5.0.0.
- [Release notes](https://github.com/brettwooldridge/HikariCP/releases)
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-4.0.3...HikariCP-5.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 16, 2021
1 parent 5bbea46 commit c768097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {
gsonVersion = "2.8.0"
guavaVersion = "30.1-jre"
mysqlVersion = "8.0.26"
hikariVersion = "4.0.3"
hikariVersion = "5.0.0"
lombokVersion = "1.18.20"
}

Expand Down

0 comments on commit c768097

Please sign in to comment.