You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2020/12/11 12:59:50 UTC

[myfaces-tobago] branch TOBAGO-1999_Select2 updated: fix CVE

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

weber pushed a commit to branch TOBAGO-1999_Select2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/TOBAGO-1999_Select2 by this push:
     new 252c3bb  fix CVE
252c3bb is described below

commit 252c3bb0061889e9dad89a180a7b41a20eddef9f
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Oct 1 10:01:47 2020 +0200

    fix CVE
    
    update spring
---
 tobago-example/tobago-example-addressbook/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-addressbook/pom.xml b/tobago-example/tobago-example-addressbook/pom.xml
index cc81c36..3621a5e 100644
--- a/tobago-example/tobago-example-addressbook/pom.xml
+++ b/tobago-example/tobago-example-addressbook/pom.xml
@@ -236,7 +236,7 @@
 
   <properties>
     <openjpa.version>1.2.3</openjpa.version>
-    <spring.version>4.3.25.RELEASE</spring.version>
+    <spring.version>4.3.29.RELEASE</spring.version>
     <tobago.basedir>${project.basedir}/../..</tobago.basedir>
   </properties>