You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/01/14 10:33:27 UTC

[maven] branch dependabot/maven/junit-junit-4.13 updated (751ded5 -> a6f113a)

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

slachiewicz pushed a change to branch dependabot/maven/junit-junit-4.13
in repository https://gitbox.apache.org/repos/asf/maven.git.


 discard 751ded5  Bump junit from 4.12 to 4.13
     new a6f113a  Bump junit from 4.12 to 4.13

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (751ded5)
            \
             N -- N -- N   refs/heads/dependabot/maven/junit-junit-4.13 (a6f113a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[maven] 01/01: Bump junit from 4.12 to 4.13

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch dependabot/maven/junit-junit-4.13
in repository https://gitbox.apache.org/repos/asf/maven.git

commit a6f113abced80defc4c5d0b60e2d085b8306b274
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Mon Jan 13 04:20:25 2020 +0000

    Bump junit from 4.12 to 4.13
    
    Just before move to JUnit5
    
    Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md)
    - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7d24d56..5c2cf05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@ under the License.
     <classWorldsVersion>2.6.0</classWorldsVersion>
     <commonsCliVersion>1.4</commonsCliVersion>
     <commonsLangVersion>3.8.1</commonsLangVersion>
-    <junitVersion>4.12</junitVersion>
+    <junitVersion>4.13</junitVersion>
     <mockitoVersion>3.2.0</mockitoVersion>
     <plexusVersion>2.1.0</plexusVersion>
     <plexusInterpolationVersion>1.26</plexusInterpolationVersion>