Skip to content

Commit

Permalink
chore(deps): bump org.bouncycastle:bcprov-jdk15to18 from 1.75 to 1.76
Browse files Browse the repository at this point in the history
Bumps [org.bouncycastle:bcprov-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:bcprov-jdk15to18
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 51a08c1 commit b626e73
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 @@ -32,7 +32,7 @@ dependencies {
implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.7.3'

// https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15to18
implementation group: 'org.bouncycastle', name: 'bcprov-jdk15to18', version: '1.75'
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'
Expand Down

0 comments on commit b626e73

Please sign in to comment.