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 2018/03/26 06:32:41 UTC

[2/2] syncope git commit: Upgrading PDFBox

Upgrading PDFBox


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

Branch: refs/heads/master
Commit: 09dd7282ea6cc25ef45412733eeda1419a6d83cc
Parents: c841bc4
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Mar 26 08:28:00 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Mar 26 08:28:08 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/09dd7282/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 637494e..4a39ba8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1230,7 +1230,7 @@ under the License.
       <dependency>
         <groupId>org.apache.pdfbox</groupId>
         <artifactId>pdfbox</artifactId>
-        <version>2.0.8</version>
+        <version>2.0.9</version>
       </dependency>
       
       <dependency>