Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Update BouncyCastle version #526

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ configure(allprojects) { project ->
ext.slf4jVersion = "1.7.29"
ext.springVersion = "4.3.25.RELEASE"
ext.springSecurityVersion = "4.2.13.RELEASE"
ext.bcprovVersion = "1.64"
ext.bcpkixVersion = "1.64"
ext.bouncyCastleVersion = "1.71"
ext.openSamlVersion = "2.6.6"
ext.openSamlXmlSec = "1.5.8"
ext.esapiVersion = "2.2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies {
exclude(group: "org.apache.velocity", module: 'velocity')
}
compile group: 'org.apache.velocity', name: 'velocity-engine-core', version: '2.0'
compile group:'org.bouncycastle', name:'bcprov-jdk15on', version: "$bcprovVersion"
compile group:'org.bouncycastle', name:'bcpkix-jdk15on', version: "$bcpkixVersion"
compile group:'org.bouncycastle', name:'bcprov-jdk18on', version: "$bouncyCastleVersion"
compile group:'org.bouncycastle', name:'bcpkix-jdk18on', version: "$bouncyCastleVersion"
compile group: 'org.apache.santuario', name: 'xmlsec', version: "$openSamlXmlSec"
compile (group:'org.owasp.esapi', name:'esapi', version: "$esapiVersion") {
exclude(group: 'org.beanshell', module: 'bsh-core')
Expand Down