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/19 14:57:35 UTC

[myfaces] branch 3.0.x updated: update manifest for updated commons digester v2.1 import

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 5cbceeb7d update manifest for updated commons digester v2.1 import
5cbceeb7d is described below

commit 5cbceeb7d0269d1ed9df80e91add133514c70b4a
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Mon Jun 19 10:49:56 2023 -0400

    update manifest for updated commons digester v2.1 import
---
 impl/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/impl/pom.xml b/impl/pom.xml
index 18ec3fb2c..cb213d612 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -747,7 +747,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,