You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/07/07 15:54:27 UTC

[camel] branch main updated: Upgrade PDFBox to version 2.0.29

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b09e6c1e485 Upgrade PDFBox to version 2.0.29
b09e6c1e485 is described below

commit b09e6c1e48504ac975d6096b5686e7171985ac3e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 7 17:31:05 2023 +0200

    Upgrade PDFBox to version 2.0.29
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3ef5f135444..256b26aefa7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -390,7 +390,7 @@
         <paho-version>1.2.5</paho-version>
         <parquet-common-version>1.13.1</parquet-common-version>
         <parquet-avro-version>1.13.1</parquet-avro-version>
-        <pdfbox-version>2.0.28</pdfbox-version>
+        <pdfbox-version>2.0.29</pdfbox-version>
         <pgjdbc-driver-version>42.6.0</pgjdbc-driver-version>
         <pgjdbc-ng-driver-version>0.8.9</pgjdbc-ng-driver-version>
         <picocli-version>4.7.4</picocli-version>