aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-04-12 19:37:57 +0000
committerPJ Fanning <fanningpj@apache.org>2023-04-12 19:37:57 +0000
commit56dc911402557e3065e0de9b90e68ca4b8286c85 (patch)
treeeba80efa4c7a2e191cfb488ff06abb8b03fad086 /build.gradle
parente3605e8096044443927dd39e6ef9a5696c1697f0 (diff)
downloadpoi-56dc911402557e3065e0de9b90e68ca4b8286c85.tar.gz
poi-56dc911402557e3065e0de9b90e68ca4b8286c85.zip
bouncycastle 1.73
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909101 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 456dc5ab53..139686af57 100644
--- a/build.gradle
+++ b/build.gradle
@@ -117,7 +117,7 @@ subprojects {
apply plugin: 'com.adarshr.test-logger'
ext {
- bouncyCastleVersion = '1.72'
+ bouncyCastleVersion = '1.73'
commonsCodecVersion = '1.15'
commonsCompressVersion = '1.23.0'
commonsIoVersion = '2.11.0'