Merge branch 'stable-2.14' into stable-2.15 * stable-2.14: Update commons-io dependency Change-Id: I8108343236c6c29cb2769297696b9871e447f490
diff --git a/BUILD b/BUILD index 41089c6..7ba3d26 100644 --- a/BUILD +++ b/BUILD
@@ -14,7 +14,7 @@ ], resources = glob(["src/main/resources/**/*"]), deps = [ - "//lib:commons-io", + "//lib/commons:io", ], )