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 d399f6512 Bump org.jboss.arquillian.junit:arquillian-junit-container
d399f6512 is described below
commit d399f6512f37223e6b17e0dd10fb2e438631597f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 21 03:57:02 2026 +0000
Bump org.jboss.arquillian.junit:arquillian-junit-container
Bumps org.jboss.arquillian.junit:arquillian-junit-container from
1.10.1.Final to 1.10.2.Final.
---
updated-dependencies:
- dependency-name: org.jboss.arquillian.junit:arquillian-junit-container
dependency-version: 1.10.2.Final
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 408b47b17..0f5495108 100644
--- a/systests/wildfly-tests/pom.xml
+++ b/systests/wildfly-tests/pom.xml
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
- <version>1.10.1.Final</version>
+ <version>1.10.2.Final</version>
<scope>test</scope>
</dependency>
<dependency>