You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2023/06/17 02:25:38 UTC

[myfaces] branch 3.0.x updated: Update import package version for digester

This is an automated email from the ASF dual-hosted git repository.

volosied pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/3.0.x by this push:
     new 84ff5e9a1 Update import package version for digester
     new 8ef6d8897 Merge pull request #589 from volosied/manifest-digest
84ff5e9a1 is described below

commit 84ff5e9a15e62353110742df41c7504ec18cb731
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Fri Jun 16 11:44:08 2023 -0400

    Update import package version for digester
---
 bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bundle/pom.xml b/bundle/pom.xml
index c737d6c37..f6c02be7f 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -98,7 +98,7 @@
                             javax.xml.parsers,
                             org.apache;resolution:=optional,
                             org.apache.commons.beanutils;version="[1.8.3, 2.0.0)",
-                            org.apache.commons.digester;version="[1.8.0, 2.0.0)",
+                            org.apache.commons.digester;version="[1.8.0, 2.1.0]",
                             org.apache.commons.logging;version="[1.1.1, 2.0.0)",
                             org.w3c.dom,
                             org.xml.sax,