summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-06-30 22:38:29 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-07-01 10:18:57 +0900
commit45946f19ceccebaff239a9f0d1d399cfc8bd9b47 (patch)
treecc430962b4cff2624638588beb6181b37a08d42e
parenta3bed28ef7c31647900cd716f5fcde184d55d1d5 (diff)
Update gwtorm to 1.7.1
-rw-r--r--lib/BUCK6
1 files 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,