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

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


The following commit(s) were added to refs/heads/master by this push:
     new d51a186  Update to new versions
d51a186 is described below

commit d51a1863f2dd9ccff4de4afe07399676fce16d29
Author: remm <r...@apache.org>
AuthorDate: Wed Apr 7 10:05:56 2021 +0200

    Update to new versions
---
 modules/cxf/pom.xml        |  2 +-
 modules/owb/pom.xml        |  4 ++--
 modules/stuffed/pom.xml    |  4 ++--
 webapps/docs/changelog.xml | 10 ++++++++++
 4 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index 88ba629..ea0ab77 100644
--- a/modules/cxf/pom.xml
+++ b/modules/cxf/pom.xml
@@ -29,7 +29,7 @@
     <name>Apache CXF for Apache Tomcat CDI</name>
     <description>Apache CXF packaged for Apache Tomcat CDI</description>
     <!-- This is the Apache CXF version -->
-    <version>3.4.2</version>
+    <version>3.4.3</version>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index e22c9bd..45b017e 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -29,14 +29,14 @@
     <name>Apache Tomcat CDI 2 support</name>
     <description>Apache Tomcat CDI 2 support using Apache 
OpenWebBeans</description>
     <!-- This is the Apache OpenWebBeans version -->
-    <version>2.0.21</version>
+    <version>2.0.22</version>
     <packaging>jar</packaging>
 
     <properties>
         <geronimo-atinject.version>1.2</geronimo-atinject.version>
         <geronimo-interceptor.version>1.2</geronimo-interceptor.version>
         <geronimo-jcdi.version>1.3</geronimo-jcdi.version>
-        <tomcat.version>10.0.2</tomcat.version>
+        <tomcat.version>10.0.5</tomcat.version>
     </properties>
 
     <dependencies>
diff --git a/modules/stuffed/pom.xml b/modules/stuffed/pom.xml
index 3d6f129..ded2fef 100644
--- a/modules/stuffed/pom.xml
+++ b/modules/stuffed/pom.xml
@@ -29,8 +29,8 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <mainClass>org.apache.catalina.startup.Tomcat</mainClass>
-        <tomcat.version>10.0.2</tomcat.version>
-        <!-- <tomcat.version>9.0.43</tomcat.version> -->
+        <tomcat.version>10.0.5</tomcat.version>
+        <!-- <tomcat.version>9.0.45</tomcat.version> -->
     </properties>
 
     <dependencies>
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 2f03833..bbb9e60 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -114,6 +114,16 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Other">
+    <changelog>
+      <update>
+        Update the OWB module to Apache OpenWebBeans 2.0.22. (remm)
+      </update>
+      <update>
+        Update the CXF module to Apache CXF 3.4.3. (remm)
+      </update>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 10.0.5 (markt)" rtext="release in progress">
   <subsection name="Catalina">

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to