From 67898e00d699c009e276429cdaa3d73b72d64045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:10:16 +0000 Subject: [PATCH] chore(deps): bump com.ibm.icu:icu4j from 73.2 to 74.1 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b22c5bcc..56178f2b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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"))