From f5a6b1c44c03772e56defcc279fb5a4c2fabe330 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 1 Sep 2016 10:25:34 -0400 Subject: [PATCH] Upgrade to AssertJ-2.5.2 and Checkstyle-7.1 According changes in the `RequireThis`, the `this.` modifier is required now only in case of overlapping: https://github.com/checkstyle/checkstyle/issues/3418 * Add `validateOnlyOverlapping = false` to reinstate the previous behavior, but we should think one more time if we really should be so strict with this rule --- build.gradle | 4 ++-- src/checkstyle/checkstyle.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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 @@ +