Skip to content

Commit

Permalink
Update dependency org.apache.maven.plugins:maven-surefire-plugin from…
Browse files Browse the repository at this point in the history
… v2.22.2 to v3
  • Loading branch information
renovate[bot] committed Dec 13, 2023
1 parent 1f21587 commit bc984f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.3</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schema2proto-xsom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.3</version>
<configuration>
<argLine>${proxyArgLine}</argLine>
</configuration>
Expand Down

0 comments on commit bc984f8

Please sign in to comment.