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 2019/09/22 05:16:43 UTC

[syncope] branch 2_0_X updated: Upgrading Joda, Tomcat and PDFBox

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new c3e576b  Upgrading Joda, Tomcat and PDFBox
c3e576b is described below

commit c3e576b5636c46804a09a4539409813c2b7b7d3f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sun Sep 22 07:02:19 2019 +0200

    Upgrading Joda, Tomcat and PDFBox
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 16ab86f..f18a64e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,7 +435,7 @@ under the License.
     
     <tika.version>1.21</tika.version>
 
-    <joda.version>2.10.3</joda.version>
+    <joda.version>2.10.4</joda.version>
 
     <h2.version>1.4.199</h2.version>
 
@@ -523,7 +523,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.45</tomcat.version>
+    <tomcat.version>8.5.46</tomcat.version>
 
     <nodejs.version>v8.11.4</nodejs.version>    
     <protractor.version>5.4.0</protractor.version>    
@@ -1498,7 +1498,7 @@ under the License.
       <dependency>
         <groupId>org.apache.pdfbox</groupId>
         <artifactId>pdfbox</artifactId>
-        <version>2.0.16</version>
+        <version>2.0.17</version>
       </dependency>
       
       <dependency>