Could you please update the dependency on Bouncy Castle ? The new versions of Bouncy Castle do not preserve the binary compatibility and this is causing issues when components using different versions of Bouncy Castle are mixed together. This pull request updates the dependency to the latest release of Bouncy Castle. This is a minimal upgrade to compile and run the tests, there are some deprecations left.
Merging this to the master. Note that the 2.0.6 will still released with 1.46 bouncy castle. We should test this BC upgrade significantly before the 2.0.7 release.
Hi,
Could you please update the dependency on Bouncy Castle ? The new versions of Bouncy Castle do not preserve the binary compatibility and this is causing issues when components using different versions of Bouncy Castle are mixed together. This pull request updates the dependency to the latest release of Bouncy Castle. This is a minimal upgrade to compile and run the tests, there are some deprecations left.
Thank you.