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:33:00 UTC

[myfaces] branch 2.3.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.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 6278e62  MYFACES-4300 upgrade commons-beanutils to 1.9.4 myfaces is not vulnerable, but this library should be updated as a best practice
     new 5bda7f5  Merge pull request #66 from wtlucy/4300_beanutils_2.3.x
6278e62 is described below

commit 6278e62fd032d537794e889fa746fbea39ca9fcb
Author: Bill Lucy <wt...@gmail.com>
AuthorDate: Thu Sep 19 14:34:32 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 dabfd3a..4f004a7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -516,7 +516,7 @@
             <dependency>
                 <groupId>commons-beanutils</groupId>
                 <artifactId>commons-beanutils</artifactId>
-                <version>1.9.3</version>
+                <version>1.9.4</version>
                 <scope>compile</scope>
             </dependency>