Skip to content

Commit

Permalink
chore(deps): bump com.zaxxer:HikariCP from 4.0.3 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 4.0.3 to 5.1.0.
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-4.0.3...HikariCP-5.1.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 Jun 9, 2024
1 parent fae5938 commit 6a362c1
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 @@ -61,7 +61,7 @@ dependencies {
implementation("com.github.cryptomorin:XSeries:11.0.0")
implementation("net.kyori:adventure-platform-bukkit:4.3.3")
implementation("dev.triumphteam:triumph-gui:3.1.7")
implementation("com.zaxxer:HikariCP:4.0.3")
implementation("com.zaxxer:HikariCP:5.1.0")
implementation("org.jdbi:jdbi3-core:3.8.2")
implementation("org.jdbi:jdbi3-sqlobject:3.8.2")
implementation("org.mariadb.jdbc:mariadb-java-client:2.7.2")
Expand Down

0 comments on commit 6a362c1

Please sign in to comment.