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/02/17 20:28:03 UTC

[maven-changelog-plugin] branch MCHANGELOG-150 created (now eed934b)

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

slachiewicz pushed a change to branch MCHANGELOG-150
in repository https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git.


      at eed934b  [MCHANGELOG-150] Bump junit from 3.8.2 to 4.13

This branch includes the following new commits:

     new eed934b  [MCHANGELOG-150] Bump junit from 3.8.2 to 4.13

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.



[maven-changelog-plugin] 01/01: [MCHANGELOG-150] Bump junit from 3.8.2 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 MCHANGELOG-150
in repository https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git

commit eed934b35f5d6fccf1f636effe5e423aa954e145
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Thu Feb 13 01:06:05 2020 +0000

    [MCHANGELOG-150] Bump junit from 3.8.2 to 4.13
    
    Bumps [junit](https://github.com/junit-team/junit4) from 3.8.2 to 4.13.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.13.md)
    - [Commits](https://github.com/junit-team/junit4/compare/r3.8.2...r4.13)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8636d59..2f18115 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,7 +309,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.2</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>