diff --git a/demo/build.gradle b/demo/build.gradle index cba7d93..b7f621d 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -26,6 +26,6 @@ dependencies { compile project(':wif') compile 'org.slf4j:slf4j-simple:1.7.12' compile 'args4j:args4j:2.32' - compile 'com.h2database:h2:1.4.187' + compile 'com.h2database:h2:1.4.190' testCompile 'junit:junit:4.11' } diff --git a/repositories/build.gradle b/repositories/build.gradle index 76509fd..7fc6f25 100644 --- a/repositories/build.gradle +++ b/repositories/build.gradle @@ -13,8 +13,8 @@ uploadArchives { dependencies { compile project(':domain') compile 'org.flywaydb:flyway-core:3.2.1' - testCompile 'junit:junit:4.11' - testCompile 'com.h2database:h2:1.4.187' + testCompile 'junit:junit:4.12' + testCompile 'com.h2database:h2:1.4.190' testCompile 'org.mockito:mockito-core:1.10.19' testCompile project(':security-bc') } \ No newline at end of file