Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kullfar committed Mar 12, 2021
1 parent 4e90348 commit 49cf8a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.1</version>
<version>2.12.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.40</version>
<version>8.41</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -271,7 +271,7 @@

<properties>
<java.release>7</java.release>
<pmdVersion>6.31.0</pmdVersion>
<pmdVersion>6.32.0</pmdVersion>
</properties>

<profiles>
Expand Down

0 comments on commit 49cf8a6

Please sign in to comment.