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/07/18 04:59:52 UTC

[syncope] branch 2_1_X updated: Upgrading commons-lang3 and 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 61aab8c  Upgrading commons-lang3 and Mockito
61aab8c is described below

commit 61aab8c34ae3cf2a964b240206b606f81f02686d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sat Jul 18 06:54:13 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 41c97d4..fc0c348 100644
--- a/pom.xml
+++ b/pom.xml
@@ -441,7 +441,7 @@ under the License.
     <commons-io.version>2.7</commons-io.version>
     <commons-email.version>1.5</commons-email.version>
     <commons-jexl.version>3.1</commons-jexl.version>
-    <commons-lang.version>3.10</commons-lang.version>
+    <commons-lang.version>3.11</commons-lang.version>
     <commons-text.version>1.8</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     
@@ -450,7 +450,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.6.2</junit.version>
-    <mockito.version>3.4.0</mockito.version>
+    <mockito.version>3.4.2</mockito.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>