We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342fc0b commit aa3cf78Copy full SHA for aa3cf78
pom.xml
@@ -13,12 +13,12 @@
13
<url>http://taylor.training/</url>
14
15
<properties>
16
- <spring.version>4.3.8.RELEASE</spring.version>
+ <spring.version>4.3.10.RELEASE</spring.version>
17
<java.version>1.8</java.version>
18
<junit.version>4.12</junit.version>
19
- <findbugs.version>3.0.1</findbugs.version>
20
- <pmd.version>3.4</pmd.version>
21
- <checkstyle.version>2.15</checkstyle.version>
+ <findbugs.version>3.0.5</findbugs.version>
+ <pmd.version>3.8</pmd.version>
+ <checkstyle.version>2.17</checkstyle.version>
22
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
</properties>
24
0 commit comments