Bump H2 DB version.

This commit is contained in:
Jonathan Bernard 2016-07-23 21:37:29 -05:00
parent 4507c6b664
commit 4468f606ed

View File

@ -25,6 +25,6 @@ dependencies {
testCompile 'junit:junit:4.12' 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' runtime 'org.postgresql:postgresql:9.4.1207.jre7'
} }