Skip to content

Commit

Permalink
perf: upgrade maven-checkstyle-plugin to 3.1.1 (#1726)
Browse files Browse the repository at this point in the history
upgrade maven-checkstyle-plugin to newest version
  • Loading branch information
nrmancuso committed Mar 4, 2020
1 parent 5fbe046 commit 7da6007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgjdbc/pom.xml
Expand Up @@ -334,7 +334,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down

0 comments on commit 7da6007

Please sign in to comment.