You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2023/03/01 11:53:54 UTC

[felix-dev] branch master updated: Bump junit from 4.12 to 4.13.1 in /metatype (#201)

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 1606dd13eb Bump junit from 4.12 to 4.13.1 in /metatype (#201)
1606dd13eb is described below

commit 1606dd13ebd360b7f1ca2e4cfd83e6999ea8e600
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 1 12:53:47 2023 +0100

    Bump junit from 4.12 to 4.13.1 in /metatype (#201)
    
    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)
    
    ---
    updated-dependencies:
    - dependency-name: junit:junit
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 metatype/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metatype/pom.xml b/metatype/pom.xml
index 3e31fe8cd0..eaad735a14 100644
--- a/metatype/pom.xml
+++ b/metatype/pom.xml
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.12</version>
+            <version>4.13.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>