Skip to content

Commit 9c24944

Browse files
committed
bouncycastle 1.80
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923154 13f79535-47bb-0310-9956-ffa450edef68
1 parent 61f9b79 commit 9c24944

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ subprojects {
118118
apply plugin: 'com.adarshr.test-logger'
119119

120120
ext {
121-
bouncyCastleVersion = '1.79'
121+
bouncyCastleVersion = '1.80'
122122
commonsCodecVersion = '1.17.2'
123123
commonsCompressVersion = '1.27.1'
124124
commonsIoVersion = '2.18.0'

build.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,11 @@ under the License.
296296

297297
<!-- xml signature libs - not part of the distribution -->
298298
<dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:3.0.5" usage="ooxml-provided"/>
299-
<dependency prefix="dsig.bouncycastle-prov" artifact="org.bouncycastle:bcprov-jdk18on:1.79" usage="ooxml-provided"/>
300-
<dependency prefix="dsig.bouncycastle-pkix" artifact="org.bouncycastle:bcpkix-jdk18on:1.79" usage="ooxml-provided"/>
301-
<dependency prefix="dsig.bouncycastle-util" artifact="org.bouncycastle:bcutil-jdk18on:1.79" usage="ooxml-provided"/>
299+
<dependency prefix="dsig.bouncycastle-prov" artifact="org.bouncycastle:bcprov-jdk18on:1.80" usage="ooxml-provided"/>
300+
<dependency prefix="dsig.bouncycastle-pkix" artifact="org.bouncycastle:bcpkix-jdk18on:1.80" usage="ooxml-provided"/>
301+
<dependency prefix="dsig.bouncycastle-util" artifact="org.bouncycastle:bcutil-jdk18on:1.80" usage="ooxml-provided"/>
302302
<!-- only used for signing the release - not used with the ooxml signatures -->
303-
<dependency prefix="dsig.bouncycastle-bcpg" artifact="org.bouncycastle:bcpg-jdk18on:1.79" usage="util"/>
303+
<dependency prefix="dsig.bouncycastle-bcpg" artifact="org.bouncycastle:bcpg-jdk18on:1.80" usage="util"/>
304304
<dependency prefix="ooxml.test.stax2" artifact="org.codehaus.woodstox:stax2-api:4.2.1" usage="ooxml-provided"/>
305305

306306
<!-- svg/batik/pdf libs - not part of the distribution - move batik to its own directory because of JPMS module-path issues -->

poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
154154
* <p>To use SignatureInfo and its sibling classes, you'll need to have the following libs
155155
* in the classpath:</p>
156156
* <ul>
157-
* <li>BouncyCastle bcpkix and bcprov (tested against 1.79)</li>
157+
* <li>BouncyCastle bcpkix and bcprov (tested against 1.80)</li>
158158
* <li>Apache Santuario "xmlsec" (tested against 3.0.x)</li>
159159
* <li>and log4j-api (tested against 2.22.x)</li>
160160
* </ul>

0 commit comments

Comments
 (0)