Update H2 to the latest version

This release contains some bug fixes and improvements: [1].
1.4 release line wasn't used, as it's still marked as beta
release.

[1] http://www.h2database.com/html/changelog.html

Change-Id: Idd3c31192aae657887158737a743703f9725e8e7
This commit is contained in:
David Ostrovsky
2015-09-26 09:55:17 +02:00
parent aaaf9faea6
commit 176e02f014

View File

@@ -153,8 +153,8 @@ maven_jar(
maven_jar(
name = 'h2',
id = 'com.h2database:h2:1.3.174',
sha1 = '2fb55391f525bc3ef9f320a379d19350af96a554',
id = 'com.h2database:h2:1.3.176',
sha1 = 'fd369423346b2f1525c413e33f8cf95b09c92cbd',
license = 'h2',
)