You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2021/04/07 08:11:26 UTC

[tomcat] branch 9.0.x updated: Update to new versions

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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new a24f47a  Update to new versions
a24f47a is described below

commit a24f47a75920a68ba9f31953b9b7a3c8c4dc28a1
Author: remm <re...@apache.org>
AuthorDate: Wed Apr 7 10:10:52 2021 +0200

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

diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index 4059716..a961832 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 cda3eed..4899f13 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>9.0.43</tomcat.version>
+        <tomcat.version>9.0.45</tomcat.version>
     </properties>
 
     <dependencies>
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 55e5ff8..b91a49c 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 9.0.45 (markt)" rtext="release in progress">
   <subsection name="Catalina">

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