aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2018-08-13 13:01:57 +0200
committerGravatar Philipp Wollermann <philwo@google.com>2018-08-13 16:10:51 +0200
commite20d8ca9b76782e0f46c3b60399c7e3730523039 (patch)
treef865ec20246bf3a9a96ff6005440160ca2ae40d8 /third_party/BUILD
parent1bd588345ec5d7847243677f0bc01b0b3bee82d1 (diff)
Update JUnit to 4.12
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",
],
)