Skip to content

Commit

Permalink
Update ICU4J JAR to 75.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 committed Jul 22, 2024
1 parent 467d7f4 commit 2d5d77b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ dependencies {

implementation 'com.google.guava:guava:33.2.1-jre'

implementation 'com.ibm.icu:icu4j:71.1'
implementation 'com.ibm.icu:icu4j:75.1'

implementation 'com.carrotsearch:java-sizeof:0.0.5'

Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ informix.jar = ../support/jdbc-4.10.12.jar
<file name="commons-io-2.16.1.jar"/>
<file name="failureaccess-1.0.1.jar" />
<file name="guava-33.2.1-jre.jar" />
<file name="icu4j-71.1.jar" />
<file name="icu4j-75.1.jar" />
<file name="jffi-1.3.13.jar"/>
<file name="java-sizeof-0.0.5.jar"/>
<file name="jnr-constants-0.10.4.jar"/>
Expand Down Expand Up @@ -861,7 +861,7 @@ The text for an official release would continue like ...
<zipfileset src="extlibs/failureaccess-1.0.1.jar"/>
<zipfileset src="extlibs/guava-33.2.1-jre.jar" excludes="META-INF/**"/>
<rule pattern="com.google.**" result="org.python.google.@1"/>
<zipfileset src="extlibs/icu4j-71.1.jar"/>
<zipfileset src="extlibs/icu4j-75.1.jar"/>
<rule pattern="com.ibm.icu.**" result="org.python.icu.@1"/>
<zipfileset src="extlibs/netty-buffer-4.1.73.Final.jar" excludes="META-INF/**"/>
<rule pattern="io.netty.**" result="org.python.netty.@1"/>
Expand Down
Binary file renamed extlibs/icu4j-71.1.jar → extlibs/icu4j-75.1.jar
Binary file not shown.

0 comments on commit 2d5d77b

Please sign in to comment.