From 08c2fd4e7ca655cd376b3c700a61b0251d2add21 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 13 Jan 2017 10:23:38 +0100 Subject: [PATCH] Upgrade to Groovy 2.4.8 and Mockito 2.6.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 828b5159f2..8afa0e8e43 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ configure(allprojects) { project -> ext.elApiVersion = "3.0.1-b04" ext.fileuploadVersion = "1.3.2" ext.freemarkerVersion = "2.3.25-incubating" - ext.groovyVersion = "2.4.7" + ext.groovyVersion = "2.4.8" ext.gsonVersion = "2.8.0" ext.hamcrestVersion = "1.3" ext.hibernate5Version = "5.2.6.Final" @@ -189,7 +189,7 @@ configure(allprojects) { project -> testCompile("junit:junit:${junitVersion}") { exclude group:'org.hamcrest', module:'hamcrest-core' } - testCompile("org.mockito:mockito-core:2.2.11") { + testCompile("org.mockito:mockito-core:2.6.1") { exclude group:'org.hamcrest', module:'hamcrest-core' } testCompile("org.hamcrest:hamcrest-all:${hamcrestVersion}")