From e20d8ca9b76782e0f46c3b60399c7e3730523039 Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Mon, 13 Aug 2018 13:01:57 +0200 Subject: Update JUnit to 4.12 --- third_party/BUILD | 4 ++-- third_party/junit/junit-4.11.jar | Bin 245039 -> 0 bytes third_party/junit/junit-4.12.jar | Bin 0 -> 314932 bytes 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 third_party/junit/junit-4.11.jar create mode 100644 third_party/junit/junit-4.12.jar (limited to 'third_party') 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 Binary files a/third_party/junit/junit-4.11.jar and /dev/null 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 Binary files /dev/null and b/third_party/junit/junit-4.12.jar differ -- cgit v1.2.3