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:57 UTC

[syncope] branch master updated: Upgrading commons-lang3 and Mockito

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


The following commit(s) were added to refs/heads/master by this push:
     new 40e0bb1  Upgrading commons-lang3 and Mockito
40e0bb1 is described below

commit 40e0bb19ac122d6cf7efd75342de560b1a6267da
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sat Jul 18 06:53:42 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 508322e..e6fbb23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,7 +442,7 @@ under the License.
     <disruptor.version>3.4.2</disruptor.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>
     
@@ -451,7 +451,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>
 
     <swagger-core.version>2.1.3</swagger-core.version>
     <swagger-ui.version>3.28.0</swagger-ui.version>