This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
commit ea6eef7d80c108e7ec64b95600b4799adf899a55 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Mon Nov 14 23:39:36 2022 +0000 Update Arquillian --- systests/wildfly-tests/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systests/wildfly-tests/pom.xml b/systests/wildfly-tests/pom.xml index 866fe4fb0..7742084d7 100644 --- a/systests/wildfly-tests/pom.xml +++ b/systests/wildfly-tests/pom.xml @@ -62,13 +62,13 @@ <dependency> <groupId>org.jboss.arquillian.junit</groupId> <artifactId>arquillian-junit-container</artifactId> - <version>1.6.0.Final</version> + <version>1.7.0.Alpha13</version> <scope>test</scope> </dependency> <dependency> <groupId>org.wildfly.arquillian</groupId> <artifactId>wildfly-arquillian-container-managed</artifactId> - <version>5.0.0.Alpha5</version> + <version>5.0.0.Alpha6</version> <scope>test</scope> </dependency> </dependencies>