aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 4feda9ccad..43b3d2644c 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -515,7 +515,7 @@ java_import(
name = "junit4",
jars = [
"hamcrest/hamcrest-core-1.3.jar",
- "junit/junit-4.11.jar",
+ "junit/junit-4.12.jar",
],
)
@@ -560,7 +560,7 @@ filegroup(
name = "junit4-jars",
srcs = [
"hamcrest/hamcrest-core-1.3.jar",
- "junit/junit-4.11.jar",
+ "junit/junit-4.12.jar",
],
)