From 3d9832dbd0a9f90921e4438f2a0ae9679141cf01 Mon Sep 17 00:00:00 2001 From: pmm Date: Wed, 24 Jul 2024 17:40:59 +0530 Subject: [PATCH] [PRODSEC-9412] [PRODSEC-9417] fix for bouncy castle and spring web --- modules/alfresco-rad/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/modules/alfresco-rad/pom.xml b/modules/alfresco-rad/pom.xml index 18ce736c..c9457a47 100644 --- a/modules/alfresco-rad/pom.xml +++ b/modules/alfresco-rad/pom.xml @@ -31,7 +31,30 @@ org.alfresco alfresco-repository + 23.3.0.80 provided + + + org.bouncycastle + bcprov-jdk18on + + + org.springframework + spring-web + + + + + + org.bouncycastle + bcprov-jdk18on + 1.78.1 + + + + org.springframework + spring-web + 6.1.11