You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/10/07 10:26:38 UTC

[maven-archetype] branch master updated: Bump junit from 4.13.1 to 4.13.2 (#79)

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git


The following commit(s) were added to refs/heads/master by this push:
     new 73d8490  Bump junit from 4.13.1 to 4.13.2 (#79)
73d8490 is described below

commit 73d849044c969b942e38f0c418e72e785bbcd136
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 7 20:26:31 2021 +1000

    Bump junit from 4.13.1 to 4.13.2 (#79)
    
    Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
    - [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2)
    
    ---
    updated-dependencies:
    - dependency-name: junit:junit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 6944165..96b7266 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13.1</version>
+        <version>4.13.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.plugin-testing</groupId>