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 831aa32 New releases 831aa32 is described below commit 831aa32d87afd3a884d13e1134304e11a1ed8c5e Author: remm <r...@apache.org> AuthorDate: Mon Feb 8 11:28:19 2021 +0100 New releases --- 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 fe8e5d7..4059716 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.1</version> + <version>3.4.2</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.8</johnzon.version> + <johnzon.version>1.2.10</johnzon.version> </properties> <dependencies> diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml index c0a2445..cda3eed 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.20</version> + <version>2.0.21</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.40</tomcat.version> + <tomcat.version>9.0.43</tomcat.version> </properties> <dependencies> diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 5327708..ac585da 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -128,6 +128,16 @@ </fix> </changelog> </subsection> + <subsection name="Other"> + <changelog> + <update> + Update the OWB module to Apache OpenWebBeans 2.0.21. (remm) + </update> + <update> + Update the CXF module to Apache CXF 3.4.2. (remm) + </update> + </changelog> + </subsection> </section> <section name="Tomcat 9.0.43 (markt)" rtext="2021-02-02"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org