You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/06/30 13:10:09 UTC

[tomee] 01/02: Small dependency updates

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 2c94ea1cf116304b64e6b9ce6d1c6dae7d038732
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Jun 30 14:06:26 2022 +0200

    Small dependency updates
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0ab61dd912..e8c1dce140 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,9 +147,9 @@
     <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>
     <version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap>
 
-    <tomcat.version>10.0.21</tomcat.version>
+    <tomcat.version>10.0.22</tomcat.version>
 
-    <cxf.version>3.5.0</cxf.version>
+    <cxf.version>3.5.3</cxf.version>
     <ehcache.version>3.10.0</ehcache.version>
     <wss4j.version>2.4.0</wss4j.version>
     <!-- used by cxf for security (replay attack) -->
@@ -203,9 +203,9 @@
     <geronimo-osgi.version>1.1</geronimo-osgi.version>
     <myfaces.version>3.0.2</myfaces.version>
     <mojarra.version>3.0.0</mojarra.version>
-    <slf4j.version>1.7.21</slf4j.version>
+    <slf4j.version>1.7.36</slf4j.version>
     <log4j.version>1.2.17</log4j.version>
-    <log4j2.version>2.17.1</log4j2.version>
+    <log4j2.version>2.17.2</log4j2.version>
     <osgi.framework.version>4.2.0</osgi.framework.version>
     <derby.version>10.14.2.0</derby.version>
     <!--
@@ -216,7 +216,7 @@
     <version.hsqldb>2.5.2</version.hsqldb>
     <version.axiom>1.3.0</version.axiom>
     <version.xalan>2.7.2</version.xalan>
-    <version.hibernate>6.0.0.Final</version.hibernate>
+    <version.hibernate>6.0.2.Final</version.hibernate>
     <version.eclipselink>3.0.2</version.eclipselink>
     <version.groovy>2.4.12</version.groovy>
     <version.ecj>4.6.1</version.ecj>