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

exceptionfactory 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 d956ede743 NIFI-11649 Upgraded icu4j from 72.1 to 73.1
d956ede743 is described below

commit d956ede743342adea50ff31c17ea046c8fdd8bd4
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Tue Jun 6 08:06:39 2023 -0400

    NIFI-11649 Upgraded icu4j from 72.1 to 73.1
    
    This closes #7346
    
    Signed-off-by: David Handermann <exceptionfact...@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 140467d487..cb37ba224f 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -249,7 +249,7 @@
             <dependency>
                 <groupId>com.ibm.icu</groupId>
                 <artifactId>icu4j</artifactId>
-                <version>72.1</version>
+                <version>73.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.tika</groupId>

Reply via email to