You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/10/18 09:55:11 UTC

[shardingsphere-elasticjob] branch master updated: Revert "Bump junit from 4.12 to 4.13.1 (#1556)" (#1568)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new aab44e6  Revert "Bump junit from 4.12 to 4.13.1 (#1556)" (#1568)
aab44e6 is described below

commit aab44e683e84e38ad1d6867dd448261008d11854
Author: Liang Zhang <te...@163.com>
AuthorDate: Sun Oct 18 17:55:05 2020 +0800

    Revert "Bump junit from 4.12 to 4.13.1 (#1556)" (#1568)
    
    This reverts commit 8fdd64868b0dea21d9d4770968412d49b8fea33b.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b97bef7..c525742 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
         
         <mysql-connector-java.version>8.0.16</mysql-connector-java.version>
         <h2.version>1.4.184</h2.version>
-        <junit.version>4.13.1</junit.version>
+        <junit.version>4.12</junit.version>
         <hamcrest.version>2.2</hamcrest.version>
         <mockito.version>2.7.21</mockito.version>