NIFI-12356 Upgraded icu4j from 73.2 to 74.1

This closes #8018

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-11-13 09:49:09 -05:00 committed by exceptionfactory
parent 44f62c9b29
commit d98ba74504
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>73.2</version>
<version>74.1</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>