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 07:54:27 UTC

[myfaces-tobago] 12/22: 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

commit b5d78d00e81d7a08bd3702c2db213e0168c4cae8
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Aug 27 09:49:45 2020 +0200

    fix CVE
    
    upgrade deltaspike (needs upgrade of owb)
    upgrade log4j
---
 pom.xml                                               | 2 +-
 tobago-example/tobago-example-addressbook-cdi/pom.xml | 4 ++--
 tobago-example/tobago-example-demo/pom.xml            | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 468ea98..0cd41ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
     <mojarra22.version>2.2.16</mojarra22.version>
     <slf4j.version>1.7.30</slf4j.version>
     <logback.version>1.2.3</logback.version>
-    <log4j.version>2.13.0</log4j.version>
+    <log4j.version>2.13.3</log4j.version>
     <commons-io.version>2.4</commons-io.version>
     <commons-lang.version>2.6</commons-lang.version>
     <commons-logging.version>1.1.1</commons-logging.version>
diff --git a/tobago-example/tobago-example-addressbook-cdi/pom.xml b/tobago-example/tobago-example-addressbook-cdi/pom.xml
index 4ebed0f..e013f8a 100644
--- a/tobago-example/tobago-example-addressbook-cdi/pom.xml
+++ b/tobago-example/tobago-example-addressbook-cdi/pom.xml
@@ -29,8 +29,8 @@
 
   <properties>
     <openjpa.version>1.2.3</openjpa.version>
-    <openwebbeans.version>1.1.7</openwebbeans.version>
-    <deltaspike.version>1.3.0</deltaspike.version>
+    <openwebbeans.version>1.2.8</openwebbeans.version>
+    <deltaspike.version>1.9.4</deltaspike.version>
     <tobago.basedir>${project.basedir}/../..</tobago.basedir>
   </properties>
   <build>
diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index dff56ed..dc28c09 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -28,8 +28,8 @@
   <description>Demonstration and documentation application.</description>
 
   <properties>
-    <openwebbeans.version>1.1.7</openwebbeans.version>
-    <deltaspike.version>1.5.2</deltaspike.version>
+    <openwebbeans.version>1.2.8</openwebbeans.version>
+    <deltaspike.version>1.9.4</deltaspike.version>
     <tobago.basedir>${project.basedir}/../..</tobago.basedir>
   </properties>
   <build>