You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2022/02/10 12:53:46 UTC

[tomcat] branch 9.0.x updated: Update OWB to 2.0.26

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 4e98b00  Update OWB to 2.0.26
4e98b00 is described below

commit 4e98b00f7ae6fabca88afb81ab07ad5214e9450c
Author: remm <re...@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 8979ce3..b222058 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>9.0.56</tomcat.version>
+        <tomcat.version>9.0.58</tomcat.version>
     </properties>
 
     <dependencies>
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 785c4ad..b5182aa 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -200,6 +200,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org