Skip to content

Commit 4fabb0d

Browse files
chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.3 (#1906)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce43454 commit 4fabb0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example-projects/java17/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-surefire-plugin</artifactId>
44-
<version>3.5.2</version>
44+
<version>3.5.3</version>
4545
<configuration>
4646
<systemPropertyVariables>
4747
<jgiven.report.text.color>true</jgiven.report.text.color>

example-projects/maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<plugin>
3636
<groupId>org.apache.maven.plugins</groupId>
3737
<artifactId>maven-surefire-plugin</artifactId>
38-
<version>3.5.2</version>
38+
<version>3.5.3</version>
3939
<configuration>
4040
<systemPropertyVariables>
4141
<jgiven.report.text.color>true</jgiven.report.text.color>

jgiven-maven-plugin/src/test/resources/sampleProject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<plugin>
4646
<groupId>org.apache.maven.plugins</groupId>
4747
<artifactId>maven-surefire-plugin</artifactId>
48-
<version>3.5.2</version>
48+
<version>3.5.3</version>
4949
</plugin>
5050
</plugins>
5151
</build>

0 commit comments

Comments
 (0)