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/03/23 10:41:18 UTC

[syncope] 05/05: Upgrading JUnit

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

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

commit f7a4fbf49c3fc0bfa3ee8bfef672d0a079100aa1
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Mar 23 06:43:13 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 37d2c0d..24e2029 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,7 +451,7 @@ under the License.
 
     <h2.version>1.4.200</h2.version>
 
-    <junit.version>5.6.0</junit.version>
+    <junit.version>5.6.1</junit.version>
     <mockito.version>3.3.0</mockito.version>
 
     <swagger-core.version>2.1.1</swagger-core.version>