Repository: syncope
Updated Branches:
  refs/heads/2_0_X 4b3707755 -> 63e1cfd15
  refs/heads/2_1_X 95220f06f -> a27cbdedc
  refs/heads/master 3424a1b5f -> 3c6e810db


Upgrading Tomcat and Commons Lang 3


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/63e1cfd1
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/63e1cfd1
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/63e1cfd1

Branch: refs/heads/2_0_X
Commit: 63e1cfd150fd75aa10e415efee40472ed17f2a3e
Parents: 4b37077
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Wed Aug 22 09:06:21 2018 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Wed Aug 22 09:06:21 2018 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/63e1cfd1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5a24ba3..80fd31d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -425,7 +425,7 @@ under the License.
     <commons-email.version>1.5</commons-email.version>
     <commons-codec.version>1.11</commons-codec.version>
     <commons-jexl.version>3.1</commons-jexl.version>
-    <commons-lang.version>3.7</commons-lang.version>
+    <commons-lang.version>3.8</commons-lang.version>
     <commons-text.version>1.3</commons-text.version>
     <commons-collection.version>4.1</commons-collection.version>
     <commons-logging.version>1.1.3</commons-logging.version>
@@ -514,7 +514,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>8.5.32</tomcat.version>
+    <tomcat.version>8.5.33</tomcat.version>
 
     <phantomjs.driver.version>1.2.0</phantomjs.driver.version>
     <phantomjs.version>2.1.1</phantomjs.version>

Reply via email to