Skip to content

Commit

Permalink
Bump HikariCP from 4.0.2 to 4.0.3
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 rymsha committed Mar 8, 2021
1 parent 74984a1 commit 306ad05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -14,7 +14,7 @@ repositories {
dependencies {
compileOnly "com.enonic.xp:script-api:${xpVersion}"
compile 'org.jdbi:jdbi:2.78'
compile 'com.zaxxer:HikariCP:4.0.2'
compile 'com.zaxxer:HikariCP:4.0.3'

testCompile 'com.h2database:h2:1.4.200'
testCompile 'junit:junit:4.13.2'
Expand Down

0 comments on commit 306ad05

Please sign in to comment.