Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2…
Browse files Browse the repository at this point in the history
….5 (#2104)

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.3 to 3.2.5.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.3...surefire-3.2.5)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 4, 2024
1 parent 8d8e545 commit ad1b107
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/appium/pom.xml
Expand Up @@ -58,7 +58,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion examples/spock/pom.xml
Expand Up @@ -120,7 +120,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<configuration>
<includes>
<include>**/*Spec.*</include>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-junit-jupiter/src/it/junit-jupiter/pom.xml
Expand Up @@ -101,7 +101,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>

<configuration>
<systemPropertyVariables>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-junit/src/it/junit/pom.xml
Expand Up @@ -100,7 +100,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<configuration>
<systemPropertyVariables>
<fluentlenium.capabilities>${fluentlenium.capabilities.default}</fluentlenium.capabilities>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-testng/src/it/testng/pom.xml
Expand Up @@ -101,7 +101,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>

<configuration>
<systemPropertyVariables>
Expand Down

0 comments on commit ad1b107

Please sign in to comment.