From ae9a2a34d1036629266a7a911f18b873ea9f59cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:26:00 +0000 Subject: [PATCH] Bump com.ibm.icu:icu4j from 60.3 to 75.1 Bumps [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) from 60.3 to 75.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 85b83497c..db1dda6d4 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: '75.1' } sourceSets { main {