Skip to content

Commit

Permalink
Upgrade Checkstyle 8.10 -> 8.14 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Nov 19, 2018
1 parent ec175b8 commit 0f17344
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.checkstyle>8.10</version.checkstyle>
<version.error-prone>2.3.1</version.error-prone>
<version.extra-enforcer-rules>1.0-beta-7</version.extra-enforcer-rules>
<version.guava-beta-checker>1.0</version.guava-beta-checker>
Expand Down Expand Up @@ -144,11 +143,6 @@
<artifactId>guava-beta-checker</artifactId>
<version>${version.guava-beta-checker}</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>${version.checkstyle}</version>
</dependency>
<dependency>
<groupId>com.uber.nullaway</groupId>
<artifactId>nullaway</artifactId>
Expand Down Expand Up @@ -408,7 +402,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>${version.checkstyle}</version>
<version>8.14</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 0f17344

Please sign in to comment.