diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 2c8b15ff65..dd5c360b2f 100644 --- a/build.gradle +++ b/build.gradle @@ -235,7 +235,7 @@ project('ooxml') { compile 'org.apache.commons:commons-math3:3.6.1' compile 'org.apache.commons:commons-compress:1.18' compile 'org.apache.santuario:xmlsec:2.1.2' - compile 'org.bouncycastle:bcpkix-jdk15on:1.61' + compile 'org.bouncycastle:bcpkix-jdk15on:1.62' compile 'com.github.virtuald:curvesapi:1.06' // compile only, don't add it to our dist as it blows up the size @@ -252,7 +252,7 @@ project('ooxml') { compile files('../../ooxml-lib/ooxml-security-1.1.jar') testCompile 'junit:junit:4.12' - testCompile 'org.mockito:mockito-core:2.23.4' + testCompile 'org.mockito:mockito-core:3.0.0' testCompile 'org.xmlunit:xmlunit-core:2.5.1' testCompile 'org.reflections:reflections:0.9.11' testCompile project(path: ':main', configuration: 'tests') |