You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2020/10/14 18:56:50 UTC

[lucene-solr] branch branch_8x updated: LUCENE-9579 Update to JUnit 4.13.1 (#1982)

This is an automated email from the ASF dual-hosted git repository.

mdrob pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 25f36c0  LUCENE-9579 Update to JUnit 4.13.1 (#1982)
25f36c0 is described below

commit 25f36c0c3bc669bd7fefb899eaef04757baa96b9
Author: Mike Drob <md...@apache.org>
AuthorDate: Wed Oct 14 13:56:33 2020 -0500

    LUCENE-9579 Update to JUnit 4.13.1 (#1982)
---
 lucene/ivy-versions.properties        | 2 +-
 lucene/licenses/junit-4.12.jar.sha1   | 1 -
 lucene/licenses/junit-4.13.1.jar.sha1 | 1 +
 solr/licenses/junit-4.12.jar.sha1     | 1 -
 solr/licenses/junit-4.13.1.jar.sha1   | 1 +
 5 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lucene/ivy-versions.properties b/lucene/ivy-versions.properties
index d1eca62..dd3ead2 100644
--- a/lucene/ivy-versions.properties
+++ b/lucene/ivy-versions.properties
@@ -98,7 +98,7 @@ io.prometheus.version = 0.2.0
 
 /javax.activation/activation = 1.1.1
 /javax.servlet/javax.servlet-api = 3.1.0
-/junit/junit = 4.12
+/junit/junit = 4.13.1
 
 /mecab/mecab-ipadic = 2.7.0-20070801
 /mecab/mecab-ko-dic = 2.0.3-20170922
diff --git a/lucene/licenses/junit-4.12.jar.sha1 b/lucene/licenses/junit-4.12.jar.sha1
deleted file mode 100644
index d0dbc0c..0000000
--- a/lucene/licenses/junit-4.12.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-2973d150c0dc1fefe998f834810d68f278ea58ec
diff --git a/lucene/licenses/junit-4.13.1.jar.sha1 b/lucene/licenses/junit-4.13.1.jar.sha1
new file mode 100644
index 0000000..a0369ca
--- /dev/null
+++ b/lucene/licenses/junit-4.13.1.jar.sha1
@@ -0,0 +1 @@
+cdd00374f1fee76b11e2a9d127405aa3f6be5b6a
\ No newline at end of file
diff --git a/solr/licenses/junit-4.12.jar.sha1 b/solr/licenses/junit-4.12.jar.sha1
deleted file mode 100644
index d0dbc0c..0000000
--- a/solr/licenses/junit-4.12.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-2973d150c0dc1fefe998f834810d68f278ea58ec
diff --git a/solr/licenses/junit-4.13.1.jar.sha1 b/solr/licenses/junit-4.13.1.jar.sha1
new file mode 100644
index 0000000..a0369ca
--- /dev/null
+++ b/solr/licenses/junit-4.13.1.jar.sha1
@@ -0,0 +1 @@
+cdd00374f1fee76b11e2a9d127405aa3f6be5b6a
\ No newline at end of file