diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-06-21 17:03:09 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-06-21 17:03:09 +0000 |
commit | c3d8586079f3156c1784765e701f2431b4c86ec3 (patch) | |
tree | ffaa35e2f6645742a048ef40c27a44d5a386fb57 /build.gradle | |
parent | e30571e9ecbb849a44e61da1c1e413de15e863e0 (diff) | |
download | poi-c3d8586079f3156c1784765e701f2431b4c86ec3.tar.gz poi-c3d8586079f3156c1784765e701f2431b4c86ec3.zip |
bouncycastle 1.75
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910543 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 7af144acff..76ac74f730 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ subprojects { apply plugin: 'com.adarshr.test-logger' ext { - bouncyCastleVersion = '1.74' + bouncyCastleVersion = '1.75' commonsCodecVersion = '1.15' commonsCompressVersion = '1.23.0' commonsIoVersion = '2.13.0' |