Skip to content

Commit

Permalink
chore(deps): bump org.bouncycastle:bcprov-jdk18on from 1.77 to 1.78
Browse files Browse the repository at this point in the history
Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.77 to 1.78.
- [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-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent 848bae6 commit 6777f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-jdbc-postgres/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jar {
configurations.all {
resolutionStrategy {
// ugly bug on crypto plugin
force('org.bouncycastle:bcprov-jdk18on:1.77')
force('org.bouncycastle:bcprov-jdk18on:1.78')
force('org.bouncycastle:bcpkix-jdk18on:1.78')
}
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-jdbc-sqlite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jar {
configurations.all {
resolutionStrategy {
// ugly bug on crypto plugin
force('org.bouncycastle:bcprov-jdk18on:1.77')
force('org.bouncycastle:bcprov-jdk18on:1.78')
force('org.bouncycastle:bcpkix-jdk18on:1.78')
}
}
Expand Down

0 comments on commit 6777f59

Please sign in to comment.