Skip to content

Commit

Permalink
Bump HikariCP from 3.4.5 to 4.0.3 in /modules/junit-jupiter
Browse files Browse the repository at this point in the history
Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 3.4.5 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-3.4.5...HikariCP-4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 8, 2021
1 parent f588082 commit 9b44322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {

testCompile project(':mysql')
testCompile project(':postgresql')
testCompile 'com.zaxxer:HikariCP:3.4.5'
testCompile 'com.zaxxer:HikariCP:4.0.3'
testCompile 'redis.clients:jedis:3.3.0'
testCompile 'org.apache.httpcomponents:httpclient:4.5.13'
testCompile ('org.mockito:mockito-core:3.6.28') {
Expand Down

0 comments on commit 9b44322

Please sign in to comment.