diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-06-28 19:52:52 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-06-28 19:52:52 +0000 |
commit | 17ff1ae0dba3ebfa279e36bba0ce603bd85d25fb (patch) | |
tree | 816389844fbbbdec27de560ca42f1c7ad40c9604 /build.gradle | |
parent | 132dbf936dde46e729e1e44cb8a783ef868b78f4 (diff) | |
download | poi-17ff1ae0dba3ebfa279e36bba0ce603bd85d25fb.tar.gz poi-17ff1ae0dba3ebfa279e36bba0ce603bd85d25fb.zip |
upgrade bouncycastle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891116 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 819bf6c430..ec4519ccea 100644 --- a/build.gradle +++ b/build.gradle @@ -100,7 +100,7 @@ subprojects { version = '5.0.1-SNAPSHOT' ext { - bouncyCastleVersion = '1.68' + bouncyCastleVersion = '1.69' commonsCodecVersion = '1.15' commonsCompressVersion = '1.20' commonsIoVersion = '2.10.0' |