This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/3.x by this push:
new 871362380 deps: update to OmniFaces 5.2.1 (regression fix)
871362380 is described below
commit 8713623803998e12c41cbcd0b055c69a6414762c
Author: lprimak <[email protected]>
AuthorDate: Thu Apr 9 12:51:10 2026 -0500
deps: update to OmniFaces 5.2.1 (regression fix)
---
support/jakarta-ee/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/jakarta-ee/pom.xml b/support/jakarta-ee/pom.xml
index 316ec1891..4e9e6aa3b 100644
--- a/support/jakarta-ee/pom.xml
+++ b/support/jakarta-ee/pom.xml
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.omnifaces</groupId>
<artifactId>omnifaces</artifactId>
- <version>5.1</version>
+ <version>5.2.1</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>