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

[1/2] syncope git commit: Upgrading PDFBox

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 2ff277e3c -> a6371f7d8
  refs/heads/master c841bc422 -> 09dd7282e


Upgrading PDFBox


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

Branch: refs/heads/2_0_X
Commit: a6371f7d815164ff47db4dc22b94b1402243b48c
Parents: 2ff277e
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:00 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/a6371f7d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 126c875..d4a7a97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1345,7 +1345,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>


[2/2] syncope git commit: Upgrading PDFBox

Posted by il...@apache.org.
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>