Skip to content

Commit c8757c6

Browse files
fix(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.2 (#251)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b9efc2 commit c8757c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/maven/jdt-ecj-settings/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<plugin>
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-surefire-plugin</artifactId>
50-
<version>3.5.0</version>
50+
<version>3.5.2</version>
5151
<!-- Disable Surefire, not needed for creating settings JARs -->
5252
<executions>
5353
<execution>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
</plugin>
131131
<plugin>
132132
<artifactId>maven-surefire-plugin</artifactId>
133-
<version>3.5.0</version>
133+
<version>3.5.2</version>
134134
</plugin>
135135
<plugin>
136136
<artifactId>maven-deploy-plugin</artifactId>

0 commit comments

Comments
 (0)