Skip to content

Commit

Permalink
chore(deps): bump com.ibm.icu:icu4j from 73.2 to 74.1
Browse files Browse the repository at this point in the history
Bumps [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) from 73.2 to 74.1.
- [Release notes](https://github.com/unicode-org/icu/releases)
- [Commits](https://github.com/unicode-org/icu/commits)

---
updated-dependencies:
- dependency-name: com.ibm.icu:icu4j
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 9c343ad commit 67898e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
val mockkVersion = "1.12.5"
val fastboardVersion = "2.0.0"
val kotestVersion = "5.6.2"
val icu4jVersion = "73.2"
val icu4jVersion = "74.1"

api(kotlin("stdlib"))
api(kotlin("stdlib-jdk8"))
Expand Down

0 comments on commit 67898e0

Please sign in to comment.