diff --git a/build.gradle b/build.gradle index fc1c0fec81d..766b9a69caa 100644 --- a/build.gradle +++ b/build.gradle @@ -169,7 +169,7 @@ dependencies { testRuntime 'org.apache.logging.log4j:log4j-jul:2.11.1' testCompile 'org.mockito:mockito-core:2.24.0' testCompile 'com.github.tomakehurst:wiremock:2.21.0' - testCompile 'org.assertj:assertj-swing-junit:3.8.0' + testCompile 'org.assertj:assertj-swing-junit:3.9.2' testCompile 'org.reflections:reflections:0.9.11' testCompile 'org.xmlunit:xmlunit-core:2.6.2' testCompile 'org.xmlunit:xmlunit-matchers:2.6.2'