This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new f52fde3 Update OWB and CXF example modules version numbers
f52fde3 is described below
commit f52fde372b0a68c09e0f60a7d8c9ac14f6421ac6
Author: remm <[email protected]>
AuthorDate: Thu Dec 23 15:57:36 2021 +0100
Update OWB and CXF example modules version numbers
---
modules/cxf/pom.xml | 4 ++--
modules/owb/pom.xml | 4 ++--
webapps/docs/changelog.xml | 10 ++++++++++
3 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index a210ea9..0de6090 100644
--- a/modules/cxf/pom.xml
+++ b/modules/cxf/pom.xml
@@ -29,14 +29,14 @@
<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.4</version>
+ <version>3.5.0</version>
<packaging>jar</packaging>
<properties>
<geronimo-jcdi.version>1.3</geronimo-jcdi.version>
<javax.json-api.version>1.1.4</javax.json-api.version>
<javax.json.bind-api.version>1.0</javax.json.bind-api.version>
- <johnzon.version>1.2.12</johnzon.version>
+ <johnzon.version>1.2.15</johnzon.version>
</properties>
<dependencies>
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index e6ac668..6c5c9bc 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.23</version>
+ <version>2.0.25</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.7</tomcat.version>
+ <tomcat.version>10.0.14</tomcat.version>
</properties>
<dependencies>
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index bcc9d24..1e3a153 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -169,6 +169,16 @@
</add>
</changelog>
</subsection>
+ <subsection name="Other">
+ <changelog>
+ <update>
+ Update the OWB module to Apache OpenWebBeans 2.0.25. (remm)
+ </update>
+ <update>
+ Update the CXF module to Apache CXF 3.5.0. (remm)
+ </update>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 10.1.0-M8 (markt)" rtext="2021-12-08">
<subsection name="Catalina">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]