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/05/17 05:09:46 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 bccac15  Upgrading JUnit
bccac15 is described below

commit bccac15eddcb1aa7c342ad365fc08c493db60c17
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon May 17 07:09:27 2021 +0200

    Upgrading JUnit
---
 fit/core-reference/pom.xml | 2 +-
 pom.xml                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 3ef162d..23407fb 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1214,7 +1214,7 @@ under the License.
                       <mount>/var/lib/mysql:rw</mount>
                     </tmpfs>
                     <wait>
-                      <log>MySQL init process done. Ready for start up.</log>
+                      <log>MariaDB init process done. Ready for start up.</log>
                       <time>30000</time>
                     </wait>
                   </run>
diff --git a/pom.xml b/pom.xml
index d16fdf5..adfeed1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,7 +449,7 @@ under the License.
 
     <h2.version>1.4.200</h2.version>
 
-    <junit.version>5.7.1</junit.version>
+    <junit.version>5.7.2</junit.version>
     <mockito.version>3.10.0</mockito.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>