Skip to content

Commit 1a067dd

Browse files
dependabot[bot]daniel-jones-dev
authored andcommitted
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M8 to 3.1.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.0.0-M8...surefire-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9b778e commit 1a067dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • examples/maven/deepl-test-app

examples/maven/deepl-test-app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-surefire-plugin</artifactId>
39-
<version>3.0.0-M8</version>
39+
<version>3.1.2</version>
4040
<configuration>
4141
<excludedGroups>com.deepl.deepltestapp.annotation.IntegrationTest</excludedGroups>
4242
</configuration>
@@ -50,7 +50,7 @@
5050
<plugins>
5151
<plugin>
5252
<artifactId>maven-surefire-plugin</artifactId>
53-
<version>3.0.0-M8</version>
53+
<version>3.1.2</version>
5454
<executions>
5555
<execution>
5656
<phase>integration-test</phase>

0 commit comments

Comments
 (0)