This commit is contained in:
dependabot[bot] 2025-03-12 08:19:05 +01:00 committed by GitHub
commit ad57d48c2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -165,7 +165,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<version>3.5.2</version>
</plugin>
</plugins>
</pluginManagement>

View File

@ -148,7 +148,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.18.1</version>
<version>3.5.2</version>
<executions>
<execution>
<phase>integration-test</phase>

View File

@ -120,7 +120,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.2</version>
<version>3.5.2</version>
<configuration>
<systemPropertyVariables>
<arquillian.war.name>${arquillian.war.name}.war</arquillian.war.name>

View File

@ -90,7 +90,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Maven plugins -->
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-editorconfig-plugin.version>0.1.0</maven-editorconfig-plugin.version>
<!-- Dependencies -->