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
The following commit(s) were added to refs/heads/master by this push:
new ded90179d Bump wildfly-arquillian-container-managed
ded90179d is described below
commit ded90179d0f20553f731d46893a571ed66b345ed
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 19 03:32:06 2022 +0000
Bump wildfly-arquillian-container-managed
Bumps wildfly-arquillian-container-managed from 5.0.0.Alpha4 to
5.0.0.Alpha5.
---
updated-dependencies:
- dependency-name:
org.wildfly.arquillian:wildfly-arquillian-container-managed
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
systests/wildfly-tests/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systests/wildfly-tests/pom.xml b/systests/wildfly-tests/pom.xml
index 86455a950..fc676e804 100644
--- a/systests/wildfly-tests/pom.xml
+++ b/systests/wildfly-tests/pom.xml
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
- <version>5.0.0.Alpha4</version>
+ <version>5.0.0.Alpha5</version>
<scope>test</scope>
</dependency>
</dependencies>