Skip to content

Commit 1530109

Browse files
Bump the bouncy castle dependency (#456)
- Updates `org.bouncycastle:bcpkix-jdk18on` from 1.81 to 1.82 - Updates `org.bouncycastle:bcprov-jdk18on` from 1.81 to 1.82 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b964dc commit 1530109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fabric-chaincode-shim/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies {
4040
implementation platform('io.opentelemetry:opentelemetry-bom:1.54.0')
4141

4242
implementation 'org.hyperledger.fabric:fabric-protos:0.3.7'
43-
implementation 'org.bouncycastle:bcpkix-jdk18on:1.81'
44-
implementation 'org.bouncycastle:bcprov-jdk18on:1.81'
43+
implementation 'org.bouncycastle:bcpkix-jdk18on:1.82'
44+
implementation 'org.bouncycastle:bcprov-jdk18on:1.82'
4545
implementation 'io.github.classgraph:classgraph:4.8.181'
4646
implementation 'com.github.erosb:everit-json-schema:1.14.6'
4747
implementation 'org.json:json:20250517'

0 commit comments

Comments
 (0)