Upgrade gwtorm to 1.7.3
Fixes regressions introduced in 1.7.1 and 1.7.2
Change-Id: If288b3a1e17715e9e511aed1869d1ad32b80444c
diff --git a/lib/BUCK b/lib/BUCK
index 6484dc1..8f63a68 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -24,9 +24,9 @@
maven_jar(
name = 'gwtorm',
- id = 'gwtorm:gwtorm:1.7.1',
- bin_sha1 = '1e56f2be88b6eb9bd90f515b87d8cf2f1812a317',
- src_sha1 = '1b8a3235295b8597b3e5383827f39201bc73ceef',
+ id = 'gwtorm:gwtorm:1.7.3',
+ bin_sha1 = 'd3a088f0f25bec4857b086cdd9e60eab858ea973',
+ src_sha1 = 'd766b31bd9eb4e34b320500b425eca53bdd6963a',
license = 'Apache2.0',
deps = [':protobuf'],
repository = GERRIT,