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/10/05 06:33:02 UTC

[2/3] 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/81b214af
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/81b214af
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/81b214af

Branch: refs/heads/2_0_X
Commit: 81b214af72c475631409a2cb252a2d08d0b31121
Parents: 09b37dd
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Oct 5 08:32:19 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Oct 5 08:32:46 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/81b214af/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 904461d..14f2a9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1399,7 +1399,7 @@ under the License.
       <dependency>
         <groupId>org.apache.pdfbox</groupId>
         <artifactId>pdfbox</artifactId>
-        <version>2.0.11</version>
+        <version>2.0.12</version>
       </dependency>
       
       <dependency>