Skip to content

Commit

Permalink
chore(deps): bump org.bouncycastle:bcpkix-jdk15to18 from 1.75 to 1.76 (
Browse files Browse the repository at this point in the history
…#1533)

Bumps [org.bouncycastle:bcpkix-jdk15to18](https://github.com/bcgit/bc-java) from 1.75 to 1.76.
- [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-jdk15to18
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2023
1 parent 7524166 commit 26d4188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation group: 'org.bouncycastle', name: 'bcprov-jdk15to18', version: '1.76'

// https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15to18
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk15to18', version: '1.75'
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk15to18', version: '1.76'

// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
implementation 'org.slf4j:slf4j-api:2.0.7'
Expand Down

0 comments on commit 26d4188

Please sign in to comment.