Skip to content

Commit 7cdbad4

Browse files
authored
Merge branch 'master' into master
2 parents 78ad147 + 9b12c64 commit 7cdbad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66

77
testCompile project(':mysql')
88
testCompile project(':postgresql')
9-
testCompile 'com.zaxxer:HikariCP:3.4.4'
9+
testCompile 'com.zaxxer:HikariCP:3.4.3'
1010
testCompile 'redis.clients:jedis:3.3.0'
1111
testCompile 'org.apache.httpcomponents:httpclient:4.5.12'
1212
testCompile ('org.mockito:mockito-core:3.3.3') {

modules/spock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
testCompile project(':mysql')
1313
testCompile project(':postgresql')
1414

15-
testCompile 'com.zaxxer:HikariCP:3.4.4'
15+
testCompile 'com.zaxxer:HikariCP:3.4.3'
1616
testCompile 'org.apache.httpcomponents:httpclient:4.5.12'
1717

1818
testRuntime 'org.postgresql:postgresql:42.2.12'

0 commit comments

Comments
 (0)