This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new ee88977 Upgrade PDFBox to version 2.0.16 ee88977 is described below commit ee88977bbad225cf51dd207bb36f26becfa84d9c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jul 3 10:09:33 2019 +0200 Upgrade PDFBox to version 2.0.16 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index a1bf588..e562d8a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -559,7 +559,7 @@ <pax-exam-version>4.13.1</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.16</pdfbox-version> <pgjdbc-ng-driver-version>0.8.2</pgjdbc-ng-driver-version> <properties-maven-plugin-version>1.0-alpha-2</properties-maven-plugin-version> <protobuf-version>3.7.1</protobuf-version>