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 1cf0519c9 Bump wildfly-arquillian-container-managed
1cf0519c9 is described below
commit 1cf0519c91466ea0b145a26808fd50b343ae6927
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 7 03:59:51 2023 +0000
Bump wildfly-arquillian-container-managed
Bumps wildfly-arquillian-container-managed from 5.0.0.Final to 5.0.1.Final.
---
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 cbdcc5729..3ef7f6c40 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.Final</version>
+ <version>5.0.1.Final</version>
<scope>test</scope>
</dependency>
</dependencies>