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 02:59:49 UTC

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

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 8fdd648  Bump junit from 4.12 to 4.13.1 (#1556)
8fdd648 is described below

commit 8fdd64868b0dea21d9d4770968412d49b8fea33b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Oct 18 10:59:38 2020 +0800

    Bump junit from 4.12 to 4.13.1 (#1556)
    
    Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
    - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c525742..b97bef7 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.12</junit.version>
+        <junit.version>4.13.1</junit.version>
         <hamcrest.version>2.2</hamcrest.version>
         <mockito.version>2.7.21</mockito.version>