Skip to content

Commit 08c2fd4

Browse files
committed
Upgrade to Groovy 2.4.8 and Mockito 2.6.1
1 parent 7c05b42 commit 08c2fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ configure(allprojects) { project ->
4646
ext.elApiVersion = "3.0.1-b04"
4747
ext.fileuploadVersion = "1.3.2"
4848
ext.freemarkerVersion = "2.3.25-incubating"
49-
ext.groovyVersion = "2.4.7"
49+
ext.groovyVersion = "2.4.8"
5050
ext.gsonVersion = "2.8.0"
5151
ext.hamcrestVersion = "1.3"
5252
ext.hibernate5Version = "5.2.6.Final"
@@ -189,7 +189,7 @@ configure(allprojects) { project ->
189189
testCompile("junit:junit:${junitVersion}") {
190190
exclude group:'org.hamcrest', module:'hamcrest-core'
191191
}
192-
testCompile("org.mockito:mockito-core:2.2.11") {
192+
testCompile("org.mockito:mockito-core:2.6.1") {
193193
exclude group:'org.hamcrest', module:'hamcrest-core'
194194
}
195195
testCompile("org.hamcrest:hamcrest-all:${hamcrestVersion}")

0 commit comments

Comments
 (0)