You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/02/16 08:59:18 UTC

[cxf] 02/02: Update to jboss weld 3.1.3.Final

This is an automated email from the ASF dual-hosted git repository.

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 4bae9bec5790652c8d91fab66510ae7395c1f32f
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Sun Feb 16 11:58:21 2020 +0300

    Update to jboss weld 3.1.3.Final
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f34ea98..4107a64 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -145,7 +145,7 @@
         <cxf.jaxb.version>2.3.2</cxf.jaxb.version>
         <cxf.jaxb.xjc.version>${cxf.jaxb.version}</cxf.jaxb.xjc.version>
         <cxf.jboss.logging.version>3.3.0.Final</cxf.jboss.logging.version>
-        <cxf.jboss.weld.version>3.1.2.Final</cxf.jboss.weld.version>
+        <cxf.jboss.weld.version>3.1.3.Final</cxf.jboss.weld.version>
         <cxf.jcache.version>1.1.1</cxf.jcache.version>
         <cxf.jdom.version>1.0</cxf.jdom.version>
         <cxf.jettison.version>1.4.0</cxf.jettison.version>