Some minor upgrades

This commit is contained in:
Artem Bilan
2016-06-06 19:55:57 -04:00
parent e5a3c6f459
commit 5296d561b4

View File

@@ -76,7 +76,7 @@ subprojects { subproject ->
}
ext {
assertjVersion = '3.3.0'
assertjVersion = '3.4.1'
hamcrestVersion = '1.3'
jacksonVersion = '2.6.5'
junitVersion = '4.12'
@@ -113,7 +113,7 @@ subprojects { subproject ->
checkstyle {
configFile = new File(rootDir, "src/checkstyle/checkstyle.xml")
toolVersion = "6.16.1"
toolVersion = "6.19"
}
jacocoTestReport {