You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/11/19 22:50:03 UTC

(cxf) 02/03: Update Arquillian to 1.8.0.Final

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

reta pushed a commit to branch CXF-8671
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit bfd21693323b4777a32e1e8f193570c909889a3a
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 19 17:35:56 2023 -0500

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

diff --git a/parent/pom.xml b/parent/pom.xml
index b73266539d..ef74e6084c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -90,7 +90,7 @@
         <!-- please maintain alphabetical order here -->
         <cxf.activemq.artemis.version>2.31.2</cxf.activemq.artemis.version>
         <cxf.ahc.version>2.12.3</cxf.ahc.version>
-        <cxf.arquillian.version>1.7.2.Final</cxf.arquillian.version>
+        <cxf.arquillian.version>1.8.0.Final</cxf.arquillian.version>
         <cxf.arquillian.weld.container.version>3.0.0.Final</cxf.arquillian.weld.container.version>
         <cxf.aspectj.version>1.9.20.1</cxf.aspectj.version>
         <cxf.assertj.version>3.24.2</cxf.assertj.version>