Skip to content

Commit

Permalink
Merge pull request #11 from pinterest/acu4j-update
Browse files Browse the repository at this point in the history
ICU4J Update
  • Loading branch information
hylstonnb authored Aug 14, 2023
2 parents 92fadd6 + ce803c9 commit 446350a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<plugin.version.google-java-format>1.7</plugin.version.google-java-format>
<jjwt.version>0.10.5</jjwt.version>
<github.api.version>1.313</github.api.version>
<icu4j.version>64.2</icu4j.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -71,6 +72,11 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>${icu4j.version}</version>
</dependency>
</dependencies>

<!-- SCM setup to push changes to the Github repo on release -->
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>64.2</version>
<version>${icu4j.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 446350a

Please sign in to comment.