Skip to content

Commit c38249d

Browse files
committed
upgrade dependencies
1 parent 32273db commit c38249d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.core</groupId>
5858
<artifactId>jackson-databind</artifactId>
59-
<version>2.9.9.1</version>
59+
<version>2.9.9.3</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>junit</groupId>
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>com.puppycrawl.tools</groupId>
108108
<artifactId>checkstyle</artifactId>
109-
<version>8.22</version>
109+
<version>8.23</version>
110110
</dependency>
111111
</dependencies>
112112
</plugin>
@@ -273,7 +273,7 @@
273273

274274
<properties>
275275
<java.release>7</java.release>
276-
<pmdVersion>6.16.0</pmdVersion>
276+
<pmdVersion>6.17.0</pmdVersion>
277277
</properties>
278278

279279
<profiles>

0 commit comments

Comments
 (0)