You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by rm...@apache.org on 2021/04/26 07:37:10 UTC

[openwebbeans-meecrowave] branch master updated: [MEECROWAVE-285][MEECROWAVE-286][MEECROWAVE-287][MEECROWAVE-288] upgrade dbcp2, johnzon, xbean and log4j2

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

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git


The following commit(s) were added to refs/heads/master by this push:
     new 1177928  [MEECROWAVE-285][MEECROWAVE-286][MEECROWAVE-287][MEECROWAVE-288] upgrade dbcp2, johnzon, xbean and log4j2
1177928 is described below

commit 1177928fa65e8de80cf40147e88588ab2b871344
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Mon Apr 26 09:37:05 2021 +0200

    [MEECROWAVE-285][MEECROWAVE-286][MEECROWAVE-287][MEECROWAVE-288] upgrade dbcp2, johnzon, xbean and log4j2
---
 meecrowave-oauth2-minimal/pom.xml | 2 +-
 pom.xml                           | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meecrowave-oauth2-minimal/pom.xml b/meecrowave-oauth2-minimal/pom.xml
index f6c17fd..78bc905 100644
--- a/meecrowave-oauth2-minimal/pom.xml
+++ b/meecrowave-oauth2-minimal/pom.xml
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>meecrowave-oauth2-minimal</artifactId>
-  <name>Meecrowave :: OAuth2</name>
+  <name>Meecrowave :: OAuth2 Minimal</name>
 
   <properties>
     <meecrowave.build.name>${project.groupId}.oauth2</meecrowave.build.name>
diff --git a/pom.xml b/pom.xml
index 7fd2457..de6fc1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,16 +55,16 @@
     <tomcat.version>9.0.44</tomcat.version>
     <openwebbeans.version>2.0.22</openwebbeans.version>
     <cxf.version>3.4.3</cxf.version>
-    <johnzon.version>1.2.8</johnzon.version>
-    <log4j2.version>2.14.0</log4j2.version>
+    <johnzon.version>1.2.11</johnzon.version>
+    <log4j2.version>2.14.1</log4j2.version>
     <deltaspike.version>1.8.2</deltaspike.version>
     <jaxb.version>2.2.11</jaxb.version>
     <openjpa.version>3.1.2</openjpa.version>
     <jpa-spec.version>1.0-alpha-1</jpa-spec.version>
     <h2.version>1.4.200</h2.version>
-    <dbcp2.version>2.7.0</dbcp2.version>
+    <dbcp2.version>2.8.0</dbcp2.version>
     <commons-cli.version>1.4</commons-cli.version>
-    <xbean.version>4.18</xbean.version>
+    <xbean.version>4.19</xbean.version>
     <geronimo-jcache-simple.version>1.0.5</geronimo-jcache-simple.version>
     <geronimo-jcache_1.0_spec.version>1.0-alpha-1</geronimo-jcache_1.0_spec.version>