We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32273db commit c38249dCopy full SHA for c38249d
1 file changed
pom.xml
@@ -56,7 +56,7 @@
56
<dependency>
57
<groupId>com.fasterxml.jackson.core</groupId>
58
<artifactId>jackson-databind</artifactId>
59
- <version>2.9.9.1</version>
+ <version>2.9.9.3</version>
60
</dependency>
61
62
<groupId>junit</groupId>
@@ -106,7 +106,7 @@
106
107
<groupId>com.puppycrawl.tools</groupId>
108
<artifactId>checkstyle</artifactId>
109
- <version>8.22</version>
+ <version>8.23</version>
110
111
</dependencies>
112
</plugin>
@@ -273,7 +273,7 @@
273
274
<properties>
275
<java.release>7</java.release>
276
- <pmdVersion>6.16.0</pmdVersion>
+ <pmdVersion>6.17.0</pmdVersion>
277
</properties>
278
279
<profiles>
0 commit comments