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 25c8319 Update to CXF 3.3.6 and OWB 2.0.16
25c8319 is described below
commit 25c83196b62ae6479337399d7617ebeed5b5e930
Author: remm <[email protected]>
AuthorDate: Tue Mar 31 13:01:32 2020 +0200
Update to CXF 3.3.6 and OWB 2.0.16
---
modules/cxf/pom.xml | 4 ++--
modules/owb/pom.xml | 2 +-
webapps/docs/changelog.xml | 6 ++++++
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index 7d86fa1..5fe8f7d 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.3.5</version>
+ <version>3.3.6</version>
<packaging>jar</packaging>
<properties>
<geronimo-jcdi.version>1.0.1</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.3</johnzon.version>
+ <johnzon.version>1.2.4</johnzon.version>
</properties>
<dependencies>
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index 9b215aa..ee2869a 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -29,7 +29,7 @@
<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.15</version>
+ <version>2.0.16</version>
<packaging>jar</packaging>
<properties>
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 8c8c8cd..16e4247 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -124,6 +124,12 @@
be configured via the <code>UMASK</code> environment variable as it is
when using <code>catalina.sh</code>. (markt)
</fix>
+ <update>
+ Update the OWB module to Apache OpenWebBeans 2.0.16. (remm)
+ </update>
+ <update>
+ Update the CXF module to Apache CXF 3.3.6. (remm)
+ </update>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]