This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch 1.13.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/1.13.x by this push:
new 60e0c227c chore(deps): bump com.ibm.icu:icu4j from 78.2 to 78.3 (#2654)
60e0c227c is described below
commit 60e0c227cf880a3be58f2d511baa7ac8dcd71266
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 10:04:05 2026 -0500
chore(deps): bump com.ibm.icu:icu4j from 78.2 to 78.3 (#2654)
Bumps [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) from 78.2 to
78.3.
- [Release notes](https://github.com/unicode-org/icu/releases)
-
[Commits](https://github.com/unicode-org/icu/compare/release-78.2...release-78.3)
---
updated-dependencies:
- dependency-name: com.ibm.icu:icu4j
dependency-version: '78.3'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 32f527bc7..aa56abd1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -667,7 +667,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
- <version>78.2</version>
+ <version>78.3</version>
</dependency>
</dependencies>
</plugin>