summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2019-08-29 23:22:47 +0000
committerPJ Fanning <fanningpj@apache.org>2019-08-29 23:22:47 +0000
commitdf64598b127ad910865f31c2e939e8faeff18f17 (patch)
tree92fcf38dfd9a6621492afdf48976d377ceefaba0 /build.gradle
parentd5707bb82957755d6180badbabc0a9985a7816c8 (diff)
downloadpoi-df64598b127ad910865f31c2e939e8faeff18f17.tar.gz
poi-df64598b127ad910865f31c2e939e8faeff18f17.zip
upgrade bouncycastle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
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')