Update Bouncycastle dependency (#10185)

Motivation:

We should update our optional bouncycastle dependency to ensure we use the latest which has all the security fixes

Modifications:

Update bouncycastle version

Result:

Fixes https://github.com/netty/netty/issues/10184
This commit is contained in:
Norman Maurer 2020-04-14 14:23:45 +02:00 committed by GitHub
parent d5e42f8553
commit b996bf2151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -488,7 +488,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.54</version>
<version>1.65</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>