mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
REPO-4370 [Security] MNT-20529: Multiple Bouncy Castle vulnerabilities
upgrade bouncycastle lib to 1.61
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -399,12 +399,12 @@
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
<version>1.60</version>
|
||||
<version>1.61</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcmail-jdk15on</artifactId>
|
||||
<version>1.60</version>
|
||||
<version>1.61</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.mp4parser</groupId>
|
||||
|
Reference in New Issue
Block a user