NIFI-11800 Upgraded icu4j from 73.1 to 73.2

This closes #7474

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-07-13 08:37:09 -04:00 committed by exceptionfactory
parent 21e5ebc840
commit 3f72032112
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>73.1</version>
<version>73.2</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>