We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7918d10 commit bc0a38bCopy full SHA for bc0a38b
1 file changed
build.gradle
@@ -13,7 +13,7 @@ plugins {
13
// id "com.github.onslip.gradle-one-jar" version "1.0.5"
14
15
// Shadow plugin used to build the shade jar
16
- id 'com.github.johnrengelman.plugin-shadow' version '2.0.4'
+ id 'com.github.johnrengelman.shadow' version '2.0.4'
17
18
// jacoco code coverage for test
19
id 'jacoco'
@@ -80,7 +80,7 @@ dependencies {
80
//-------------------------------------------------------------------------------------------------------------------
81
82
// Connection pooling
83
- api "com.zaxxer:HikariCP:4.0.3" // connection pooling
+ api "com.zaxxer:HikariCP:3.4.5" // connection pooling
84
85
// OJDBC driver connection
86
// providedCompile group: 'com.oracle', name: 'ojdbc8', version: '18.5.0.0.0'
0 commit comments