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,
 )