This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 6e2cd5f74954d14764542c3c4786a4808bb6c503 Author: mr1716 <[email protected]> AuthorDate: Thu Jul 13 08:37:09 2023 -0400 NIFI-11800 Upgraded icu4j from 73.1 to 73.2 This closes #7474 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 3f72032112dea901683e4cdaa8257a924a33f0e6) --- 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 1edad0da2e..26b415c08f 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml @@ -236,7 +236,7 @@ <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j</artifactId> - <version>73.1</version> + <version>73.2</version> </dependency> <dependency> <groupId>org.apache.tika</groupId>
