Repository: aurora Updated Branches: refs/heads/master 13d48619e -> 171a8f7ca
Update h2 database to 1.4.193 There does not seem to be anything major in the changelog that is worth updating for. However, staying up to date probably does no harm either. Changelog: http://www.h2database.com/html/changelog.html Reviewed at https://reviews.apache.org/r/53408/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/171a8f7c Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/171a8f7c Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/171a8f7c Branch: refs/heads/master Commit: 171a8f7cae6aadd8cb3cda21f6782317220e7b61 Parents: 13d4861 Author: Stephan Erb <[email protected]> Authored: Wed Nov 2 23:51:33 2016 +0100 Committer: Stephan Erb <[email protected]> Committed: Wed Nov 2 23:51:33 2016 +0100 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/171a8f7c/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 0fd756a..bbd5e3a 100644 --- a/build.gradle +++ b/build.gradle @@ -355,7 +355,7 @@ dependencies { compile "com.google.inject:guice:${guiceRev}" compile "com.google.inject.extensions:guice-assistedinject:${guiceRev}" compile "com.google.protobuf:protobuf-java:${protobufRev}" - compile 'com.h2database:h2:1.4.192' + compile 'com.h2database:h2:1.4.193' compile 'com.hubspot.jackson:jackson-datatype-protobuf:0.9.3' compile "com.fasterxml.jackson.core:jackson-core:${jacksonRev}" compile "com.sun.jersey:jersey-core:${jerseyRev}"
