You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by wt...@apache.org on 2019/09/19 19:32:47 UTC

[myfaces] branch 2.2.x updated: MYFACES-4300 upgrade commons-beanutils to 1.9.4 myfaces is not vulnerable, but this library should be updated as a best practice

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

wtlucy 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 bafc31e  MYFACES-4300 upgrade commons-beanutils to 1.9.4 myfaces is not vulnerable, but this library should be updated as a best practice
     new d63fef5  Merge pull request #67 from wtlucy/4300_beanutils_2.2.x
bafc31e is described below

commit bafc31ecf7ab2867a1651b1426707ee0dd442899
Author: Bill Lucy <wt...@gmail.com>
AuthorDate: Thu Sep 19 14:36:36 2019 -0400

    MYFACES-4300 upgrade commons-beanutils to 1.9.4
    myfaces is not vulnerable, but this library should be updated as a best practice
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index cdd54c6..623dc85 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -549,7 +549,7 @@
             <dependency>
                 <groupId>commons-beanutils</groupId>
                 <artifactId>commons-beanutils</artifactId>
-                <version>1.9.2</version>
+                <version>1.9.4</version>
                 <scope>compile</scope>
             </dependency>