Skip to content

Commit

Permalink
Update Bouncy Castle JARs to 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 committed Feb 26, 2024
1 parent e61bc77 commit 29853cb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ dependencies {
implementation 'org.apache.commons:commons-compress:1.26.0'
implementation 'org.apache.commons:commons-io:2.15.1'

implementation 'org.bouncycastle:bcpkix-jdk18on:1.71'
implementation 'org.bouncycastle:bcprov-jdk18on:1.71'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'

implementation 'org.ow2.asm:asm:9.6'
implementation 'org.ow2.asm:asm-commons:9.6'
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -851,8 +851,8 @@ The text for an official release would continue like ...
<zipfileset src="extlibs/asm-commons-9.6.jar" excludes="module-info.class"/>
<zipfileset src="extlibs/asm-util-9.6.jar" excludes="module-info.class"/>
<rule pattern="org.objectweb.asm.**" result="org.python.objectweb.asm.@1"/>
<zipfileset src="extlibs/bcpkix-jdk18on-1.71.jar" excludes="META-INF/**"/>
<zipfileset src="extlibs/bcprov-jdk18on-1.71.jar" excludes="META-INF/**"/>
<zipfileset src="extlibs/bcpkix-jdk18on-1.77.jar" excludes="META-INF/**"/>
<zipfileset src="extlibs/bcprov-jdk18on-1.77.jar" excludes="META-INF/**"/>
<rule pattern="org.bouncycastle.**" result="org.python.bouncycastle.@1"/>
<zipfileset src="extlibs/commons-compress-1.26.0.jar"/>
<rule pattern="org.apache.commons.compress.**" result="org.python.apache.commons.compress.@1"/>
Expand Down
Binary file removed extlibs/bcpkix-jdk18on-1.71.jar
Binary file not shown.
Binary file added extlibs/bcpkix-jdk18on-1.77.jar
Binary file not shown.
Binary file not shown.

0 comments on commit 29853cb

Please sign in to comment.