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:50 UTC

[myfaces] branch 2.2.x updated: Update commons-digester to 2.1

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

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


The following commit(s) were added to refs/heads/2.2.x by this push:
     new b1b9b10ab Update commons-digester to 2.1
     new a7f0b38db Merge pull request #588 from volosied/digester-2.2
b1b9b10ab is described below

commit b1b9b10abd7634039d1b20add17be1b23c03b981
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Fri Jun 16 10:31:08 2023 -0400

    Update commons-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 99a0ea8eb..77697c38a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -559,7 +559,7 @@
             <dependency>
                 <groupId>commons-digester</groupId>
                 <artifactId>commons-digester</artifactId>
-                <version>1.8</version>
+                <version>2.1</version>
                 <scope>compile</scope>
             </dependency>