Skip to content

Commit 62fdb16

Browse files
Bump the java group across 2 directories with 2 updates
Bumps the java group with 1 update in the / directory: [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java). Bumps the java group with 1 update in the /fabric-chaincode-shim directory: [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java). Updates `org.bouncycastle:bcpkix-jdk18on` from 1.81 to 1.82 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcprov-jdk18on` from 1.81 to 1.82 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcpkix-jdk18on` from 1.81 to 1.82 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcprov-jdk18on` from 1.81 to 1.82 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcpkix-jdk18on dependency-version: '1.82' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: '1.82' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.bouncycastle:bcpkix-jdk18on dependency-version: '1.82' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: '1.82' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b964dc commit 62fdb16

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)