Skip to content

Commit

Permalink
chore: fix typo in dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Dec 12, 2024
1 parent d1a5ca6 commit abaae7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ commons-lang3 = {group = "org.apache.commons", name = "commons-lang3", version.r
commons-text = {group = "org.apache.commons", name = "commons-text", version.ref = "commons_text"}
commons-validator = {group = "commons-validator", name = "commons-validator", version.ref = "commons_validator"}
jsoup = {group = "org.jsoup", name = "jsoup", version.ref = "jsoup"}
icj4j = {group = "com.ibm.icu", name = "icu4j", version.ref = "icu4j"}
icu4j = {group = "com.ibm.icu", name = "icu4j", version.ref = "icu4j"}
stax2-api = {group = "org.codehaus.woodstox", name = "stax2-api", version.ref = "stax2api"}
woodstox-core = {group = "com.fasterxml.woodstox", name = "woodstox-core", version.ref = "woodstox"}
languagetool-all = {group = "org.languagetool", name = "language-all", version.ref = "languagetool"}
Expand Down

0 comments on commit abaae7b

Please sign in to comment.