aboutsummaryrefslogtreecommitdiffhomepage
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
parent1bd588345ec5d7847243677f0bc01b0b3bee82d1 (diff)
Update JUnit to 4.12
-rw-r--r--third_party/BUILD4
-rw-r--r--third_party/junit/junit-4.11.jarbin245039 -> 0 bytes
-rw-r--r--third_party/junit/junit-4.12.jarbin0 -> 314932 bytes
3 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",
],
)
diff --git a/third_party/junit/junit-4.11.jar b/third_party/junit/junit-4.11.jar
deleted file mode 100644
index aaf7444849..0000000000
--- a/third_party/junit/junit-4.11.jar
+++ /dev/null
Binary files differ
diff --git a/third_party/junit/junit-4.12.jar b/third_party/junit/junit-4.12.jar
new file mode 100644
index 0000000000..3a7fc266c3
--- /dev/null
+++ b/third_party/junit/junit-4.12.jar
Binary files differ