From 2a90d2933366de3d239927dc2ba19ce6cc06f61a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:51:20 +0000 Subject: [PATCH] Bump com.ibm.icu:icu4j from 60.3 to 74.2 Bumps [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) from 60.3 to 74.2. - [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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 85b83497c..3177a44a6 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { testCompile "org.springframework:spring-test:5.2.7.RELEASE" testCompile "org.springframework:spring-web:5.2.7.RELEASE" testCompile group: 'org.hamcrest', name: 'hamcrest', version: '2.1' - testCompile group: 'com.ibm.icu', name: 'icu4j', version: '60.3' + testCompile group: 'com.ibm.icu', name: 'icu4j', version: '74.2' } sourceSets { main {