This is an automated email from the ASF dual-hosted git repository.
jnioche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 9444bc56 Bump com.ibm.icu:icu4j from 74.2 to 75.1 (#1272)
9444bc56 is described below
commit 9444bc564aa4d29a9a0ce2bf26cad9b7bc3a6b78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 7 15:49:41 2024 +0100
Bump com.ibm.icu:icu4j from 74.2 to 75.1 (#1272)
Bumps [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) from 74.2 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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/pom.xml b/core/pom.xml
index e9ee87a3..c639a495 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -39,7 +39,7 @@ under the License.
<!-- dependency versions -->
<crawler-commons.version>1.4</crawler-commons.version>
<jsoup.version>1.18.1</jsoup.version>
- <icu4j.version>74.2</icu4j.version>
+ <icu4j.version>75.1</icu4j.version>
<xerces.version>2.12.2</xerces.version>
<httpclient.version>4.5.14</httpclient.version>
<snakeyaml.version>2.2</snakeyaml.version>