NIFI-11649 Upgraded icu4j from 72.1 to 73.1

This closes #7346

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-06-06 08:06:39 -04:00 committed by exceptionfactory
parent 6c2983daf3
commit d956ede743
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -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>