This is an automated email from the ASF dual-hosted git repository.
mridulpathak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new a87fad653e Bump org.apache.shiro:shiro-crypto-cipher from 2.1.0 to
2.2.1
a87fad653e is described below
commit a87fad653ee61c6501ef4f7fcd82fd6f2294868c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 10:56:19 2026 +0000
Bump org.apache.shiro:shiro-crypto-cipher from 2.1.0 to 2.2.1
Bumps org.apache.shiro:shiro-crypto-cipher from 2.1.0 to 2.2.1.
---
updated-dependencies:
- dependency-name: org.apache.shiro:shiro-crypto-cipher
dependency-version: 2.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 0d06da920f..283355d217 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -61,7 +61,7 @@ pdfbox = "3.0.8"
# Got "Exception in thread "main" java.lang.UnsupportedOperationException:
Cannot create a hash with
# the given algorithm: argon2" with 2.0.2 in integration tests
shiro-core = "1.13.0"
-shiro-crypto-cipher = "2.1.0"
+shiro-crypto-cipher = "2.2.1"
# Shared by sshd-core, sshd-sftp.
sshd = "2.17.1"
# Shared by tika-core, tika-parsers, tika-parser-pdf-module.