From dc028de4f63d450067704e6c57eb6b415bc68232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Balog?= Date: Sun, 13 Dec 2020 15:32:48 +0100 Subject: [PATCH] #12: Upgrade project dependencies (#13) --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 33d6918..6ac1738 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } plugins { - id 'org.jetbrains.intellij' version '0.4.26' + id 'org.jetbrains.intellij' version '0.6.5' } java { @@ -34,10 +34,10 @@ wrapper { } dependencies { - testCompile group: 'junit', name: 'junit', version: '4.12' - testCompile group: 'org.assertj', name: 'assertj-core', version: '3.16.1' - testCompile group: 'org.mockito', name: 'mockito-core', version: '3.4.6' - testImplementation('org.mockito:mockito-inline:3.4.6') //for using static method mocking + testCompile group: 'junit', name: 'junit', version: '4.13.1' + testCompile group: 'org.assertj', name: 'assertj-core', version: '3.18.1' + testCompile group: 'org.mockito', name: 'mockito-core', version: '3.6.28' + testImplementation('org.mockito:mockito-inline:3.6.28') //for using static method mocking } patchPluginXml {