You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/08/27 07:49:59 UTC

[myfaces-tobago] branch tobago-2.x updated: fix CVE

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

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new 0bad50d  fix CVE
0bad50d is described below

commit 0bad50d258775a91546c22c0b3bb0e6465449205
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 21053e4..e08b0d8 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 df6a529..0cfd1c0 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 2071312..5e968cb 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>