Update gwtorm to 1.13
- Add transaction support for Jdbc dialects
- Only bind LIMIT variable in SQL when dialect supports it
Also note that the groupID of the component has been changed to
com.google.gerrit
Change-Id: Ie89c1bcc9643e909becff7a0fef37880440f50e3
diff --git a/lib/BUCK b/lib/BUCK
index f58f307..6870609 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -25,9 +25,9 @@
maven_jar(
name = 'gwtorm',
- id = 'gwtorm:gwtorm:1.11',
- bin_sha1 = '526c98e8a200c5b3b34dcee69ccf6bc95daf84db',
- src_sha1 = 'fd07a195026be40709feece4483b48349c58cfe3',
+ id = 'com.google.gerrit:gwtorm:1.13',
+ bin_sha1 = 'f522e05ca280335f8f8ba63c9c3e1b36be6ca7c2',
+ src_sha1 = '81bd99d55be872cd2fc52611f92cf5f3a64ffe8b',
license = 'Apache2.0',
deps = [':protobuf'],
repository = GERRIT,