diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-04-08 18:44:01 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-04-08 18:44:01 +0000 |
commit | 5984227b204483146b971a8b4764b0322ed36bc1 (patch) | |
tree | b122252635d0dc5feacb051eb2e57934a5ed5415 /build.gradle | |
parent | eccb6983b73c29bc64f2bcde41fce4270bbe6e90 (diff) | |
download | poi-5984227b204483146b971a8b4764b0322ed36bc1.tar.gz poi-5984227b204483146b971a8b4764b0322ed36bc1.zip |
bouncycastle 1.77
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916866 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 ebc290a378..449bf3c398 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ subprojects { apply plugin: 'com.adarshr.test-logger' ext { - bouncyCastleVersion = '1.77' + bouncyCastleVersion = '1.78' commonsCodecVersion = '1.16.1' commonsCompressVersion = '1.26.1' commonsIoVersion = '2.16.0' |