This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/main by this push:
new ae94fd0d5 build(deps): bump maven-surefire-plugin.version from 3.5.4
to 3.5.5 (#1596)
ae94fd0d5 is described below
commit ae94fd0d5d49bb5302d49fd12cb5fb677e3136fa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 25 08:59:35 2026 +0100
build(deps): bump maven-surefire-plugin.version from 3.5.4 to 3.5.5 (#1596)
Bumps `maven-surefire-plugin.version` from 3.5.4 to 3.5.5.
Updates `org.apache.maven.surefire:surefire-junit47` from 3.5.4 to 3.5.5
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.4 to 3.5.5
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.4...surefire-3.5.5)
---
updated-dependencies:
- dependency-name: org.apache.maven.surefire:surefire-junit47
dependency-version: 3.5.5
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-version: 3.5.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5a7bcd0f0..f7d3c5fdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
<!-- Maven plugin -->
<maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version>
- <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
+ <maven-surefire-plugin.version>3.5.5</maven-surefire-plugin.version>
<!-- dependency versions in alphanumeric order -->
<asm.version>9.9.1</asm.version>