Skip to content

Commit 9bbd40f

Browse files
authored
Merge pull request #315 from xdev-software/renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x
Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.4
2 parents 62d4d2c + 42e336e commit 9bbd40f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-data-eclipse-store-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-surefire-plugin</artifactId>
98-
<version>3.5.3</version>
98+
<version>3.5.4</version>
9999
<configuration>
100100
<argLine>
101101
--add-opens java.base/java.util=ALL-UNNAMED

spring-data-eclipse-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
<plugin>
310310
<groupId>org.apache.maven.plugins</groupId>
311311
<artifactId>maven-surefire-plugin</artifactId>
312-
<version>3.5.3</version>
312+
<version>3.5.4</version>
313313
<configuration>
314314
<argLine>
315315
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED

0 commit comments

Comments
 (0)