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 66ec7dd39 Bump arquillian-junit-container from 1.7.0.Alpha13 to
1.7.0.Alpha14
66ec7dd39 is described below
commit 66ec7dd396127a0f9e47ae83ddc7bb7d773be892
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 6 03:17:34 2023 +0000
Bump arquillian-junit-container from 1.7.0.Alpha13 to 1.7.0.Alpha14
Bumps arquillian-junit-container from 1.7.0.Alpha13 to 1.7.0.Alpha14.
---
updated-dependencies:
- dependency-name: org.jboss.arquillian.junit:arquillian-junit-container
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 8be8a8350..9295ef459 100644
--- a/systests/wildfly-tests/pom.xml
+++ b/systests/wildfly-tests/pom.xml
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
- <version>1.7.0.Alpha13</version>
+ <version>1.7.0.Alpha14</version>
<scope>test</scope>
</dependency>
<dependency>