Updated H2 version

This commit is contained in:
Christian Basler 2015-10-12 12:42:11 +02:00
parent ea1419eda1
commit 3d1bd7227b
2 changed files with 3 additions and 3 deletions

View File

@ -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'
}

View File

@ -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')
}