Skip to content

Commit 29853cb

Browse files
committed
Update Bouncy Castle JARs to 1.77
1 parent e61bc77 commit 29853cb

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ dependencies {
158158
implementation 'org.apache.commons:commons-compress:1.26.0'
159159
implementation 'org.apache.commons:commons-io:2.15.1'
160160

161-
implementation 'org.bouncycastle:bcpkix-jdk18on:1.71'
162-
implementation 'org.bouncycastle:bcprov-jdk18on:1.71'
161+
implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
162+
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
163163

164164
implementation 'org.ow2.asm:asm:9.6'
165165
implementation 'org.ow2.asm:asm-commons:9.6'

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,8 +851,8 @@ The text for an official release would continue like ...
851851
<zipfileset src="extlibs/asm-commons-9.6.jar" excludes="module-info.class"/>
852852
<zipfileset src="extlibs/asm-util-9.6.jar" excludes="module-info.class"/>
853853
<rule pattern="org.objectweb.asm.**" result="org.python.objectweb.asm.@1"/>
854-
<zipfileset src="extlibs/bcpkix-jdk18on-1.71.jar" excludes="META-INF/**"/>
855-
<zipfileset src="extlibs/bcprov-jdk18on-1.71.jar" excludes="META-INF/**"/>
854+
<zipfileset src="extlibs/bcpkix-jdk18on-1.77.jar" excludes="META-INF/**"/>
855+
<zipfileset src="extlibs/bcprov-jdk18on-1.77.jar" excludes="META-INF/**"/>
856856
<rule pattern="org.bouncycastle.**" result="org.python.bouncycastle.@1"/>
857857
<zipfileset src="extlibs/commons-compress-1.26.0.jar"/>
858858
<rule pattern="org.apache.commons.compress.**" result="org.python.apache.commons.compress.@1"/>

extlibs/bcpkix-jdk18on-1.71.jar

-965 KB
Binary file not shown.

extlibs/bcpkix-jdk18on-1.77.jar

1.06 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)