File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments