diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-12-01 12:53:48 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-12-01 12:53:48 +0000 |
commit | 02e9a7bdb4ffed73baf0f7cf4f8144eae0a21fe5 (patch) | |
tree | 2487ab0b0b5865a3d6473624012b7a4cf455940d /build.gradle | |
parent | a18a52316a6e141a6c6733b850385aeeaa6a963d (diff) | |
download | poi-02e9a7bdb4ffed73baf0f7cf4f8144eae0a21fe5.tar.gz poi-02e9a7bdb4ffed73baf0f7cf4f8144eae0a21fe5.zip |
bouncycastle 1.70
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895462 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 bbe4564f5f..abcdae890e 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ subprojects { version = '5.2.0-SNAPSHOT' ext { - bouncyCastleVersion = '1.69' + bouncyCastleVersion = '1.70' commonsCodecVersion = '1.15' commonsCompressVersion = '1.21' commonsIoVersion = '2.11.0' |