Skip to content

Commit

Permalink
Pin maven-checkstyle-plugin to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Jul 26, 2024
1 parent 90a12fb commit f417a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ under the License.
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<versionRange>[0,)</versionRange>
<version>3.4.0</version>
<goals>
<goal>check</goal>
</goals>
Expand Down

0 comments on commit f417a2d

Please sign in to comment.