File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' ) {
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments