Skip to content

Commit bc0a38b

Browse files
committed
Fixing shadow, and hikariCP versions
1 parent 7918d10 commit bc0a38b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
// id "com.github.onslip.gradle-one-jar" version "1.0.5"
1414

1515
// Shadow plugin used to build the shade jar
16-
id 'com.github.johnrengelman.plugin-shadow' version '2.0.4'
16+
id 'com.github.johnrengelman.shadow' version '2.0.4'
1717

1818
// jacoco code coverage for test
1919
id 'jacoco'
@@ -80,7 +80,7 @@ dependencies {
8080
//-------------------------------------------------------------------------------------------------------------------
8181

8282
// Connection pooling
83-
api "com.zaxxer:HikariCP:4.0.3" // connection pooling
83+
api "com.zaxxer:HikariCP:3.4.5" // connection pooling
8484

8585
// OJDBC driver connection
8686
// providedCompile group: 'com.oracle', name: 'ojdbc8', version: '18.5.0.0.0'

0 commit comments

Comments
 (0)