Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to bouncycastle 1.51 and stop using deprecated methods #60

Closed
benmccann opened this issue Aug 22, 2014 · 1 comment · Fixed by #62
Closed

Upgrade to bouncycastle 1.51 and stop using deprecated methods #60

benmccann opened this issue Aug 22, 2014 · 1 comment · Fixed by #62

Comments

@benmccann
Copy link

sbt-pgp blows up when other packages (such as Play 2.3.3) pull in newer versions of bouncycastle. This is because sbt-pgp is using deprecated methods that were removed in 1.51.

E.g. instead of using PGPKeyPair we should be using BcPGPKeyPair or JcaPGPKeyPair as appropriate.

This is why it's bad to ignore deprecation warnings ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants