diff --git a/build.gradle b/build.gradle index e8b556a..218a940 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ if (project.hasProperty('platformVersion')) { } ext { - assertjVersion = '3.4.1' + assertjVersion = '3.5.2' servletApiVersion = '3.1.0' slf4jVersion = '1.7.21' springCloudAwsVersion = '1.1.1.RELEASE' @@ -78,7 +78,7 @@ jacoco { checkstyle { configFile = file('src/checkstyle/checkstyle.xml') - toolVersion = "6.16.1" + toolVersion = "7.1" } dependencies { diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml index 810daf0..827fb7d 100644 --- a/src/checkstyle/checkstyle.xml +++ b/src/checkstyle/checkstyle.xml @@ -68,6 +68,7 @@ +