From 45946f19ceccebaff239a9f0d1d399cfc8bd9b47 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Mon, 30 Jun 2014 22:38:29 +0900 Subject: [PATCH] Update gwtorm to 1.7.1 Change-Id: Ia9ba26bdda20a053bc3a267c5c9efad37e76ab77 --- lib/BUCK | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/BUCK b/lib/BUCK index c9549b32de..6484dc1716 100644 --- a/lib/BUCK +++ b/lib/BUCK @@ -24,9 +24,9 @@ define_license(name = 'DO_NOT_DISTRIBUTE') maven_jar( name = 'gwtorm', - id = 'gwtorm:gwtorm:1.7', - bin_sha1 = 'ee3b316a023f1422dd4b6654a3d51d0e5690809c', - src_sha1 = 'a145bde4cc87a4ff4cec283880e2a03be32cc868', + id = 'gwtorm:gwtorm:1.7.1', + bin_sha1 = '1e56f2be88b6eb9bd90f515b87d8cf2f1812a317', + src_sha1 = '1b8a3235295b8597b3e5383827f39201bc73ceef', license = 'Apache2.0', deps = [':protobuf'], repository = GERRIT,