Skip to content

Commit

Permalink
Bump HikariCP from 4.0.2 to 4.0.3 in /backend
Browse files Browse the repository at this point in the history
Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/brettwooldridge/HikariCP/releases)
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-4.0.2...HikariCP-4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rm3l committed Mar 8, 2021
1 parent 1ed0794 commit 3707dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Expand Up @@ -81,7 +81,7 @@ subprojects {
implementation("org.jetbrains.exposed:exposed-dao:${exposedVersion}")
implementation("org.jetbrains.exposed:exposed-jdbc:${exposedVersion}")

implementation 'com.zaxxer:HikariCP:4.0.2'
implementation 'com.zaxxer:HikariCP:4.0.3'

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

0 comments on commit 3707dcb

Please sign in to comment.