diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-07-31 14:55:12 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-07-31 14:55:12 +0000 |
commit | 842e12d06e3446fa2000eee8c6fc270088081123 (patch) | |
tree | c7467057185f0699d3ff6e996bba457f46815aeb /build.gradle | |
parent | c6aa3a1318271b25fe90a34fca3d6f1de0a813fc (diff) | |
download | poi-842e12d06e3446fa2000eee8c6fc270088081123.tar.gz poi-842e12d06e3446fa2000eee8c6fc270088081123.zip |
bouncycastle 1.76
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911371 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 0bd8bf1e1a..4447d8a69e 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ subprojects { apply plugin: 'com.adarshr.test-logger' ext { - bouncyCastleVersion = '1.75' + bouncyCastleVersion = '1.76' commonsCodecVersion = '1.16.0' commonsCompressVersion = '1.23.0' commonsIoVersion = '2.13.0' |