commit | 0765f647679fed70f0448e05d2d8b4ef907c4c40 | [log] [tgz] |
---|---|---|
author | Hector Oswaldo Caballero <hector.caballero@ericsson.com> | Sun Sep 25 19:52:21 2016 -0400 |
committer | Hector Oswaldo Caballero <hector.caballero@ericsson.com> | Sun Sep 25 19:52:21 2016 -0400 |
tree | ee542981ff19c9aa347e555f998ac9160077ccfc | |
parent | 7223be3f6ac30c62c29c4f185c7de85d76f7ff92 [diff] |
Upgrade wiremock to latest version (2.1.12) Change-Id: If14de1dbc43ce8f828f1f574f61b898ec66d102d
diff --git a/BUCK b/BUCK index e336c73..ef581ce 100644 --- a/BUCK +++ b/BUCK
@@ -49,8 +49,8 @@ maven_jar( name = 'wiremock', - id = 'com.github.tomakehurst:wiremock:1.58:standalone', - sha1 = '21c8386a95c5dc54a9c55839c5a95083e42412ae', + id = 'com.github.tomakehurst:wiremock-standalone:2.1.12', + sha1 = 'fee73e0913ff3801cf83e660a14d6e4aac9a9cbd', license = 'Apache2.0', attach_source = False, )