Skip to content

Commit

Permalink
Merge pull request #152 from antlr/dependabot/maven/org.apache.maven.…
Browse files Browse the repository at this point in the history
…plugins-maven-enforcer-plugin-3.4.1

Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.1.0 to 3.4.1
  • Loading branch information
teverett committed May 14, 2024
2 parents ee1731a + 9f3051e commit 35f931e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion antlr4-formatter-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.1.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down

0 comments on commit 35f931e

Please sign in to comment.