Skip to content

Commit bd7021a

Browse files
dependabot[bot]isidore
authored andcommitted
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.3.1) --- 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] <[email protected]>
1 parent 718e12a commit bd7021a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

approvaltests-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
</plugin>
141141
<plugin>
142142
<artifactId>maven-surefire-plugin</artifactId>
143-
<version>3.3.0</version>
143+
<version>3.3.1</version>
144144
</plugin>
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>

approvaltests-util-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</plugin>
8484
<plugin>
8585
<artifactId>maven-surefire-plugin</artifactId>
86-
<version>3.3.0</version>
86+
<version>3.3.1</version>
8787
</plugin>
8888
</plugins>
8989
</build>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<!-- formatter_plugin_end -->
101101
<plugin>
102102
<artifactId>maven-surefire-plugin</artifactId>
103-
<version>3.3.0</version>
103+
<version>3.3.1</version>
104104
<configuration>
105105
<argLine>-Duser.language=en -Duser.region=US</argLine>
106106
</configuration>
@@ -151,7 +151,7 @@
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-surefire-plugin</artifactId>
154-
<version>3.3.0</version>
154+
<version>3.3.1</version>
155155
</plugin>
156156
<plugin>
157157
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)