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/10/11 08:10:25 UTC

[syncope] branch 2_1_X updated: Upgrading Mockito and Wicket jQueryUI

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 fc4dc2a  Upgrading Mockito and Wicket jQueryUI
fc4dc2a is described below

commit fc4dc2a2dba44e4bdd2e49cb9f3fb709d5b0ccc5
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Oct 11 08:18:46 2021 +0200

    Upgrading Mockito and Wicket jQueryUI
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fa8ca7f..c15037b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,7 +451,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.8.1</junit.version>
-    <mockito.version>3.12.4</mockito.version>
+    <mockito.version>4.0.0</mockito.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -481,7 +481,7 @@ under the License.
     <chartjs.version>1.0.2</chartjs.version>
     
     <wicket.version>8.13.0</wicket.version>
-    <wicket-jqueryui.version>8.12.0</wicket-jqueryui.version>
+    <wicket-jqueryui.version>8.13.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>2.0.15</wicket-bootstrap.version>
 
     <angular.version>1.7.5</angular.version>