File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ configure(allprojects) { project ->
46
46
ext. elApiVersion = " 3.0.1-b04"
47
47
ext. fileuploadVersion = " 1.3.2"
48
48
ext. freemarkerVersion = " 2.3.25-incubating"
49
- ext. groovyVersion = " 2.4.7 "
49
+ ext. groovyVersion = " 2.4.8 "
50
50
ext. gsonVersion = " 2.8.0"
51
51
ext. hamcrestVersion = " 1.3"
52
52
ext. hibernate5Version = " 5.2.6.Final"
@@ -189,7 +189,7 @@ configure(allprojects) { project ->
189
189
testCompile(" junit:junit:${ junitVersion} " ) {
190
190
exclude group :' org.hamcrest' , module :' hamcrest-core'
191
191
}
192
- testCompile(" org.mockito:mockito-core:2.2.11 " ) {
192
+ testCompile(" org.mockito:mockito-core:2.6.1 " ) {
193
193
exclude group :' org.hamcrest' , module :' hamcrest-core'
194
194
}
195
195
testCompile(" org.hamcrest:hamcrest-all:${ hamcrestVersion} " )
You can’t perform that action at this time.
0 commit comments