You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/10/13 10:53:38 UTC

[syncope] branch 2_0_X updated: Upgrading JUnit

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

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new e649eb4  Upgrading JUnit
e649eb4 is described below

commit e649eb475262b0504c00801de392b54997217a74
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Oct 13 12:53:20 2020 +0200

    Upgrading JUnit
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 35bbf25..1dd0b2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,7 +439,7 @@ under the License.
 
     <h2.version>1.4.200</h2.version>
 
-    <junit.version>4.12</junit.version>
+    <junit.version>4.13.1</junit.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>