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 c47872d  Build(deps-dev): Bump 
org.apache.maven.plugins:maven-failsafe-plugin (#531)
c47872d is described below

commit c47872dd815d9bcfb96ad7c7ee55ff9131642738
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 6 13:37:47 2026 +0200

    Build(deps-dev): Bump org.apache.maven.plugins:maven-failsafe-plugin (#531)
    
    Bumps 
[org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire)
 from 3.5.4 to 3.5.6.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - 
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.4...surefire-3.5.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
      dependency-version: 3.5.6
      dependency-type: direct:development
      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 901ea2b..64778ad 100644
--- a/quarkus/pom.xml
+++ b/quarkus/pom.xml
@@ -43,7 +43,7 @@
                 <plugins>
                     <plugin>
                         <artifactId>maven-failsafe-plugin</artifactId>
-                        <version>3.5.4</version>
+                        <version>3.5.6</version>
                         <executions>
                             <execution>
                                 <goals>

Reply via email to