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/16 14:55:58 UTC

[myfaces] branch 2.3.x updated: Update digester to 2.1

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

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


The following commit(s) were added to refs/heads/2.3.x by this push:
     new fb6fcb776 Update digester to 2.1
     new fe78eb884 Merge pull request #587 from volosied/digester-2.3
fb6fcb776 is described below

commit fb6fcb776a1f70379d4c4553cec6d9bf260f17b5
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Fri Jun 16 10:36:12 2023 -0400

    Update digester to 2.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index cb479069a..7c107d2b1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -539,7 +539,7 @@
             <dependency>
                 <groupId>commons-digester</groupId>
                 <artifactId>commons-digester</artifactId>
-                <version>1.8</version>
+                <version>2.1</version>
                 <scope>compile</scope>
             </dependency>