Some minor upgrades
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user