You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2023/01/23 10:55:06 UTC

[nifi] branch main updated: NIFI-11085 Update graphics2d to 0.42

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

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


The following commit(s) were added to refs/heads/main by this push:
     new bc02470b00 NIFI-11085 Update graphics2d to 0.42
bc02470b00 is described below

commit bc02470b00962c3690d430aeaf8ed748eeb4da63
Author: mr1716 <ms...@rit.edu>
AuthorDate: Sat Jan 21 08:01:48 2023 -0500

    NIFI-11085 Update graphics2d to 0.42
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6876.
---
 nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/pom.xml b/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/pom.xml
index 727e250da1..b9c637b3af 100644
--- a/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/pom.xml
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>de.rototor.pdfbox</groupId>
             <artifactId>graphics2d</artifactId>
-            <version>0.40</version>
+            <version>0.42</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>