You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2022/06/02 14:50:40 UTC

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

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

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


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

commit 4cab331a160a5982d59f0bd8d1ae5461771d8b60
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jun 2 14:18:58 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 cbbb6c579..9cd98d566 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1119,7 +1119,7 @@
         <geronimo-spec.version>1.1</geronimo-spec.version>
 
         <!-- misc -->
-        <junit.version>4.12</junit.version>
+        <junit.version>4.13.1</junit.version>
         <!-- Warning: log4j versions above 1.2.14 introduce additional transitive dependencies,
              some of which are not available from the Maven central repository. -->
         <log4j.version>1.2.14</log4j.version>