This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 5799a68 Update OWB to 2.0.26 5799a68 is described below commit 5799a68adec122b8da46e0ab7548844b81b96757 Author: remm <r...@apache.org> AuthorDate: Thu Feb 10 13:47:35 2022 +0100 Update OWB to 2.0.26 --- modules/owb/pom.xml | 4 ++-- webapps/docs/changelog.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml index 6c5c9bc..0799bd5 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.25</version> + <version>2.0.26</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.14</tomcat.version> + <tomcat.version>10.0.16</tomcat.version> </properties> <dependencies> diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 8fe5f70..3ad0ad2 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -194,6 +194,9 @@ Fix dependencies for individual test targets in Ant build file. Based on <pr>468</pr> provided by Totoo chenyonghui. (markt) </fix> + <update> + Update the OWB module to Apache OpenWebBeans 2.0.26. (remm) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org