You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by es...@apache.org on 2022/10/31 14:24:08 UTC

[bahir] branch master updated: Bump junit from 4.12 to 4.13.1

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

eskabetxe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir.git


The following commit(s) were added to refs/heads/master by this push:
     new bce173b  Bump junit from 4.12 to 4.13.1
bce173b is described below

commit bce173bda60db0016fcca2a7abf074f9d9221b14
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 25 09:35:39 2022 +0000

    Bump junit from 4.12 to 4.13.1
    
    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:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e765567..f228659 100644
--- a/pom.xml
+++ b/pom.xml
@@ -387,7 +387,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.12</version>
+        <version>4.13.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>