aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-06-15 15:35:39 +0000
committerPJ Fanning <fanningpj@apache.org>2023-06-15 15:35:39 +0000
commit73fef78604035e94d2a183803e1236580fbd19a2 (patch)
tree7d0a0cd8d4fa07a0a56b38f0e94c26c1673fa3ae /build.gradle
parent9556080d384c6b6f9ee71a5c9707f8bbfea885c6 (diff)
downloadpoi-73fef78604035e94d2a183803e1236580fbd19a2.tar.gz
poi-73fef78604035e94d2a183803e1236580fbd19a2.zip
bouncycastle 1.74
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910429 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 0d63efa898..7af144acff 100644
--- a/build.gradle
+++ b/build.gradle
@@ -117,7 +117,7 @@ subprojects {
apply plugin: 'com.adarshr.test-logger'
ext {
- bouncyCastleVersion = '1.73'
+ bouncyCastleVersion = '1.74'
commonsCodecVersion = '1.15'
commonsCompressVersion = '1.23.0'
commonsIoVersion = '2.13.0'
>281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328