diff --git a/core/build.gradle b/core/build.gradle index 8f91667..c62da63 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -25,6 +25,6 @@ dependencies { testCompile 'junit:junit:4.12' - runtime 'com.h2database:h2:1.4.185' + runtime 'com.h2database:h2:1.4.192' runtime 'org.postgresql:postgresql:9.4.1207.jre7' }