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 2fd65ab3e chore(deps): bump com.ibm.icu:icu4j from 78.1 to 78.2 (#2505)
2fd65ab3e is described below
commit 2fd65ab3e69a6bcc9406be2e38d11a8c174f9aed
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 1 12:04:45 2026 -0600
chore(deps): bump com.ibm.icu:icu4j from 78.1 to 78.2 (#2505)
Bumps [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) from 78.1 to
78.2.
- [Release notes](https://github.com/unicode-org/icu/releases)
-
[Commits](https://github.com/unicode-org/icu/compare/release-78.1...release-78.2)
---
updated-dependencies:
- dependency-name: com.ibm.icu:icu4j
dependency-version: '78.2'
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 7630f7aa8..02dcd91aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -667,7 +667,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
- <version>78.1</version>
+ <version>78.2</version>
</dependency>
</dependencies>
</plugin>