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-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 208c24b Bump org.apache.maven.plugins:maven-failsafe-plugin from
3.5.2 to 3.5.3 (#439)
208c24b is described below
commit 208c24bc9a91a966e0b12359ab2dba5fc186543e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 9 20:03:30 2025 +0200
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.3
(#439)
Bumps
[org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire)
from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-version: 3.5.3
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>
---
quarkus/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/quarkus/pom.xml b/quarkus/pom.xml
index e196e24..9218508 100644
--- a/quarkus/pom.xml
+++ b/quarkus/pom.xml
@@ -43,7 +43,7 @@
<plugins>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<executions>
<execution>
<goals>