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 ab5d579f2 Bump surefire.version from 3.5.3 to 3.5.4
ab5d579f2 is described below
commit ab5d579f2eed8a0c0106451b90e36bb157265a8e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 15 03:05:22 2025 +0000
Bump surefire.version from 3.5.3 to 3.5.4
Bumps `surefire.version` from 3.5.3 to 3.5.4.
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.3 to 3.5.4
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4)
Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.3 to 3.5.4
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-version: 3.5.4
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-version: 3.5.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0b36f8460..f3c17282e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,7 +293,7 @@
<errorprone.version>2.41.0</errorprone.version>
<junit5.version>5.13.4</junit5.version>
<mime4j.version>0.8.13</mime4j.version>
- <surefire.version>3.5.3</surefire.version>
+ <surefire.version>3.5.4</surefire.version>
<skipDeploy>false</skipDeploy>