Skip to content

Commit

Permalink
Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v…
Browse files Browse the repository at this point in the history
…3.1.0
  • Loading branch information
renovate[bot] committed May 28, 2023
1 parent 0377528 commit db8b520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ SOFTWARE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.1.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion transpiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ SOFTWARE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.1.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit db8b520

Please sign in to comment.