Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hylstonnb committed Aug 14, 2023
1 parent f4dd9e9 commit b314ec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +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>
<acu4j.version>64.2</acu4j.version>
<icu4j.version>64.2</icu4j.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>${acu4j.version}</version>
<version>${icu4j.version}</version>
</dependency>
</dependencies>

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>${acu4j.version}</version>
<version>${icu4j.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b314ec2

Please sign in to comment.