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 2021/09/23 11:08:02 UTC

[syncope] branch 2_1_X updated: Upgrading JUnit

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

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


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

commit 2169f71172f1de842af82493a89f510ee95992bd
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Sep 21 07:58:00 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index f3bbeda..5bb5355 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,7 +450,7 @@ under the License.
 
     <h2.version>1.4.200</h2.version>
 
-    <junit.version>5.7.2</junit.version>
+    <junit.version>5.8.1</junit.version>
     <mockito.version>3.12.4</mockito.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>