You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2019/09/22 10:21:13 UTC

[camel] branch camel-2.x updated: Upgrade PDFBox to version 2.0.17

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

pascalschumacher pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new 70962a5  Upgrade PDFBox to version 2.0.17
70962a5 is described below

commit 70962a585894c49636a3ea83954bccbc831809aa
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Sep 22 12:20:38 2019 +0200

    Upgrade PDFBox to version 2.0.17
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 054a19a..a187221 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -569,7 +569,7 @@
     <pax-exam-version>4.13.0</pax-exam-version>
     <pax-tiny-bundle-version>1.3.2</pax-tiny-bundle-version>
     <pax-logging-version>1.8.6</pax-logging-version>
-    <pdfbox-version>2.0.15</pdfbox-version>
+    <pdfbox-version>2.0.17</pdfbox-version>
     <pgjdbc-ng-driver-version>0.7.1</pgjdbc-ng-driver-version>
     <protobuf-version>3.5.1</protobuf-version>
     <protobuf-javanano-version>3.1.0</protobuf-javanano-version>