Build with 2.14.9-SNAPSHOT API and adjust dependency names

In gerrit core change I1e75690fe dependency names were updated to
replace underscore with hyphen.

Update to the snapshot API and rename commons_codec to commons-codec.

Change-Id: Ia588bfa43dac691f5b79e44f71d20f6275fb1fb1
diff --git a/BUILD b/BUILD
index ad23b6d..0c79aff 100644
--- a/BUILD
+++ b/BUILD
@@ -18,7 +18,7 @@
     ],
     resources = glob(["src/main/resources/**/*"]),
     deps = [
-        "@commons_codec//jar:neverlink",
+        "@commons-codec//jar:neverlink",
         "@scribe//jar",
     ],
 )