Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rm3l committed Nov 9, 2024
1 parent 90451ee commit 1549dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ subprojects {
implementation("org.jetbrains.exposed:exposed-dao:0.39.2")
implementation("org.jetbrains.exposed:exposed-jdbc:0.39.2")

implementation 'com.zaxxer:HikariCP:6.0.0'
implementation 'com.zaxxer:HikariCP:6.1.0'

//JDBC Drivers
implementation 'org.xerial:sqlite-jdbc:3.47.0.0'
Expand Down

0 comments on commit 1549dee

Please sign in to comment.