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 a4c63200e9 Minor version number updates
a4c63200e9 is described below
commit a4c63200e929533fde6dcff44d97259e8b753a5c
Author: remm <[email protected]>
AuthorDate: Thu May 12 10:28:16 2022 +0200
Minor version number updates
---
modules/cxf/pom.xml | 6 +++---
modules/owb/pom.xml | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index 0de6090ebe..7b121694e9 100644
--- a/modules/cxf/pom.xml
+++ b/modules/cxf/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>23</version>
+ <version>26</version>
</parent>
<groupId>org.apache.tomcat</groupId>
@@ -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.5.0</version>
+ <version>3.5.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.15</johnzon.version>
+ <johnzon.version>1.2.18</johnzon.version>
</properties>
<dependencies>
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index 0799bd5398..4099afc547 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>23</version>
+ <version>26</version>
</parent>
<groupId>org.apache.tomcat</groupId>
@@ -36,7 +36,7 @@
<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.16</tomcat.version>
+ <tomcat.version>10.0.20</tomcat.version>
</properties>
<dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]