diff --git a/build.gradle b/build.gradle index a1e6a49f9..c33447edc 100644 --- a/build.gradle +++ b/build.gradle @@ -84,8 +84,7 @@ repositories { dependencies { compileOnly 'com.microsoft.azure:azure-keyvault:1.0.0', 'com.microsoft.azure:adal4j:1.6.0' - testCompile 'junit:junit:4.12', - 'org.junit.platform:junit-platform-console:1.2.0', + testCompile 'org.junit.platform:junit-platform-console:1.2.0', 'org.junit.platform:junit-platform-commons:1.2.0', 'org.junit.platform:junit-platform-engine:1.2.0', 'org.junit.platform:junit-platform-launcher:1.2.0', @@ -93,6 +92,6 @@ dependencies { 'org.junit.platform:junit-platform-surefire-provider:1.2.0', 'org.junit.jupiter:junit-jupiter-api:5.2.0', 'org.junit.jupiter:junit-jupiter-engine:5.2.0', - 'com.zaxxer:HikariCP:3.1.0', - 'org.apache.commons:commons-dbcp2:2.0' -} \ No newline at end of file + 'com.zaxxer:HikariCP:3.2.0', + 'org.apache.commons:commons-dbcp2:5.0' +} diff --git a/pom.xml b/pom.xml index 96cf87688..456a008f5 100644 --- a/pom.xml +++ b/pom.xml @@ -59,12 +59,6 @@ - - junit - junit - 4.12 - test - org.junit.platform junit-platform-console @@ -116,13 +110,13 @@ com.zaxxer HikariCP - 3.1.0 + 3.2.0 test org.apache.commons commons-dbcp2 - 2.2.0 + 2.5.0 test