Skip to content

Commit

Permalink
#4 Update 3rd party Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
amosshi committed May 25, 2020
1 parent b68ee1f commit 755425d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spotbugs.version>4.0.2</spotbugs.version>
<spotbugs.version>4.0.3</spotbugs.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.31</version>
<version>8.32</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 755425d

Please sign in to comment.