Skip to content

Commit da2c040

Browse files
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.3
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.5.3. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.5.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d40721b commit da2c040

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-surefire-plugin</artifactId>
180-
<version>3.2.5</version>
180+
<version>3.5.3</version>
181181
<configuration>
182182
<environmentVariables>
183183
<REPOSITORY_ID>repoid</REPOSITORY_ID>

sdm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<plugin>
6060
<groupId>org.apache.maven.plugins</groupId>
6161
<artifactId>maven-surefire-plugin</artifactId>
62-
<version>3.2.5</version>
62+
<version>3.5.3</version>
6363
<configuration>
6464
<includes>
6565
<include>**/unit/**/*.java</include>
@@ -464,7 +464,7 @@
464464
<plugin>
465465
<groupId>org.apache.maven.plugins</groupId>
466466
<artifactId>maven-surefire-plugin</artifactId>
467-
<version>3.2.5</version>
467+
<version>3.5.3</version>
468468
<configuration>
469469
<skipTests>${skipUnitTests}</skipTests>
470470
</configuration>

0 commit comments

Comments
 (0)