You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2022/10/30 12:45:19 UTC

[nifi] branch main updated: NIFI-10725 Update ICU4J to 72.1

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

mthomsen 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 8d2789dbc4 NIFI-10725 Update ICU4J to 72.1
8d2789dbc4 is described below

commit 8d2789dbc408398da18bb12b765f5324458eab5e
Author: mr1716 <ms...@rit.edu>
AuthorDate: Sat Oct 29 09:02:23 2022 -0400

    NIFI-10725 Update ICU4J to 72.1
    
    This closes #6603
    
    Signed-off-by: Mike Thomsen <mt...@apache.org>
---
 nifi-nar-bundles/nifi-framework-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 068ba54628..12efd7ad92 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -233,7 +233,7 @@
             <dependency>
                 <groupId>com.ibm.icu</groupId>
                 <artifactId>icu4j</artifactId>
-                <version>68.2</version>
+                <version>72.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.tika</groupId>