Skip to content

Commit

Permalink
Bump bcprov-jdk18on from 1.71 to 1.71.1 (#9079)
Browse files Browse the repository at this point in the history
Bumps [bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.71 to 1.71.1.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2022
1 parent b0de65e commit 79be511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
implementation group: 'org.apache.tika', name: 'tika-core', version: '2.4.1'

// required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635
implementation 'org.bouncycastle:bcprov-jdk18on:1.71'
implementation 'org.bouncycastle:bcprov-jdk18on:1.71.1'

implementation 'commons-cli:commons-cli:1.5.0'

Expand Down

0 comments on commit 79be511

Please sign in to comment.