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/03/30 06:14:19 UTC

[syncope] branch 2_1_X updated: Upgrading Commons Lang

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 ba3e90e  Upgrading Commons Lang
ba3e90e is described below

commit ba3e90e5a93161bdfe638f5d32aa06e15fda9817
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Mar 30 08:05:04 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 938a43a..be8838c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -441,7 +441,7 @@ under the License.
     <commons-io.version>2.6</commons-io.version>
     <commons-email.version>1.5</commons-email.version>
     <commons-jexl.version>3.1</commons-jexl.version>
-    <commons-lang.version>3.9</commons-lang.version>
+    <commons-lang.version>3.10</commons-lang.version>
     <commons-text.version>1.8</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>