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
commit 3f72032112dea901683e4cdaa8257a924a33f0e6 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]> --- 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 2483abf536..a65655dbcb 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>73.1</version> + <version>73.2</version> </dependency> <dependency> <groupId>org.apache.tika</groupId>
