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:
parent
d5e42f8553
commit
b996bf2151
2
pom.xml
2
pom.xml
@ -488,7 +488,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
<artifactId>bcpkix-jdk15on</artifactId>
|
<artifactId>bcpkix-jdk15on</artifactId>
|
||||||
<version>1.54</version>
|
<version>1.65</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user