From 7bc778d10fc0320480c285c65907d8098fb4bec0 Mon Sep 17 00:00:00 2001 From: Shawn Pearce Date: Mon, 12 Aug 2013 11:44:40 -0700 Subject: [PATCH] Update gwtorm to 1.7 Change-Id: I97fd85dac7f27b70531b3c471b9c0d4a8e785aab --- lib/BUCK | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/BUCK b/lib/BUCK index 18d13cd075..44193e7b1c 100644 --- a/lib/BUCK +++ b/lib/BUCK @@ -22,9 +22,9 @@ define_license(name = 'DO_NOT_DISTRIBUTE') maven_jar( name = 'gwtorm', - id = 'gwtorm:gwtorm:1.6', - bin_sha1 = '61bcb92f438524260429149910b5261d48812419', - src_sha1 = '2624f9d6a750a8aa8f9a5d4b5062b70cd12d1ae7', + id = 'gwtorm:gwtorm:1.7', + bin_sha1 = 'ee3b316a023f1422dd4b6654a3d51d0e5690809c', + src_sha1 = 'a145bde4cc87a4ff4cec283880e2a03be32cc868', license = 'Apache2.0', repository = GERRIT, )