From c96c284b282f47cd5c46ace9d5a64eaa34932ce4 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Mon, 26 May 2014 13:58:41 +0200 Subject: [PATCH] Upgrade gwtorm to 1.11 This version of gwtorm contains an important bug-fix that ensures that "LIMIT ?" is not omitted in generated queries [1]. This can improve the performance of such queries by a large factor. [1] https://gerrit-review.googlesource.com/57216 Change-Id: Ibd0d3918629b2901288de6dd2e85489e4503091a Signed-off-by: Edwin Kempin --- lib/BUCK | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/BUCK b/lib/BUCK index 290ed9253d..f58f307b51 100644 --- a/lib/BUCK +++ b/lib/BUCK @@ -25,9 +25,9 @@ define_license(name = 'DO_NOT_DISTRIBUTE') maven_jar( name = 'gwtorm', - id = 'gwtorm:gwtorm:1.8', - bin_sha1 = '0ec006f69f7b8aa48e22d4bdecea820fd53c0b4b', - src_sha1 = 'b0e347a3053328f029c93ac347a4761a98293073', + id = 'gwtorm:gwtorm:1.11', + bin_sha1 = '526c98e8a200c5b3b34dcee69ccf6bc95daf84db', + src_sha1 = 'fd07a195026be40709feece4483b48349c58cfe3', license = 'Apache2.0', deps = [':protobuf'], repository = GERRIT,