Skip to content

Commit

Permalink
Update dependency org.apache.maven.plugins:maven-surefire-plugin to v…
Browse files Browse the repository at this point in the history
…3.5.2
  • Loading branch information
xdev-renovate committed Nov 3, 2024
1 parent db6143a commit 819146f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring-data-eclipse-store-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.2</version>
<configuration>
<argLine>
--add-opens java.base/java.util=ALL-UNNAMED
Expand Down
2 changes: 1 addition & 1 deletion spring-data-eclipse-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.2</version>
<configuration>
<argLine>
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED
Expand Down

0 comments on commit 819146f

Please sign in to comment.