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 2022/09/10 05:43:32 UTC

[syncope] branch 2_1_X updated: Upgrading Mockito

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 55df7f920c Upgrading Mockito
55df7f920c is described below

commit 55df7f920c5794adaa470b5026532c47490a2fed
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Sep 8 15:40:31 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index dc5fb823ec..f4d60a885b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -453,7 +453,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.9.0</junit.version>
-    <mockito.version>4.7.0</mockito.version>
+    <mockito.version>4.8.0</mockito.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>