aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-04-18 19:47:58 +0000
committerPJ Fanning <fanningpj@apache.org>2024-04-18 19:47:58 +0000
commitd525d1a5b106ed01b7036dcd4a30d34c5a919809 (patch)
tree694d664c4c0b3ff54b57f451def0ea58d09a597b /build.gradle
parent1fb1d57ca84841116a1f85868626cbc58316d4ad (diff)
downloadpoi-d525d1a5b106ed01b7036dcd4a30d34c5a919809.tar.gz
poi-d525d1a5b106ed01b7036dcd4a30d34c5a919809.zip
bouncycastle 1.78.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917116 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 cc7aa55b14..e43249ab65 100644
--- a/build.gradle
+++ b/build.gradle
@@ -118,7 +118,7 @@ subprojects {
apply plugin: 'com.adarshr.test-logger'
ext {
- bouncyCastleVersion = '1.78'
+ bouncyCastleVersion = '1.78.1'
commonsCodecVersion = '1.16.1'
commonsCompressVersion = '1.26.1'
commonsIoVersion = '2.16.1'