|
@@ -25,25 +25,25 @@ dependencies {
|
|
|
compile 'com.unboundid:unboundid-ldapsdk:4.0.8'
|
|
|
|
|
|
// the following are all SAML dependencies - might as well download the whole internet
|
|
|
- compile "org.opensaml:opensaml-core:3.3.0"
|
|
|
- compile "org.opensaml:opensaml-saml-api:3.3.0"
|
|
|
- compile "org.opensaml:opensaml-saml-impl:3.3.0"
|
|
|
- compile "org.opensaml:opensaml-messaging-api:3.3.0"
|
|
|
- compile "org.opensaml:opensaml-messaging-impl:3.3.0"
|
|
|
- compile "org.opensaml:opensaml-security-api:3.3.0"
|
|
|
- compile "org.opensaml:opensaml-security-impl:3.3.0"
|
|
|
- compile "org.opensaml:opensaml-profile-api:3.3.0"
|
|
|
- compile "org.opensaml:opensaml-profile-impl:3.3.0"
|
|
|
- compile "org.opensaml:opensaml-xmlsec-api:3.3.0"
|
|
|
- compile "org.opensaml:opensaml-xmlsec-impl:3.3.0"
|
|
|
- compile "org.opensaml:opensaml-soap-api:3.3.0"
|
|
|
- compile "org.opensaml:opensaml-soap-impl:3.3.0"
|
|
|
- compile "org.opensaml:opensaml-storage-api:3.3.0"
|
|
|
- compile "org.opensaml:opensaml-storage-impl:3.3.0"
|
|
|
- compile "net.shibboleth.utilities:java-support:7.3.0"
|
|
|
- compile "org.apache.santuario:xmlsec:2.0.8"
|
|
|
+ compile "org.opensaml:opensaml-core:3.4.5"
|
|
|
+ compile "org.opensaml:opensaml-saml-api:3.4.5"
|
|
|
+ compile "org.opensaml:opensaml-saml-impl:3.4.5"
|
|
|
+ compile "org.opensaml:opensaml-messaging-api:3.4.5"
|
|
|
+ compile "org.opensaml:opensaml-messaging-impl:3.4.5"
|
|
|
+ compile "org.opensaml:opensaml-security-api:3.4.5"
|
|
|
+ compile "org.opensaml:opensaml-security-impl:3.4.5"
|
|
|
+ compile "org.opensaml:opensaml-profile-api:3.4.5"
|
|
|
+ compile "org.opensaml:opensaml-profile-impl:3.4.5"
|
|
|
+ compile "org.opensaml:opensaml-xmlsec-api:3.4.5"
|
|
|
+ compile "org.opensaml:opensaml-xmlsec-impl:3.4.5"
|
|
|
+ compile "org.opensaml:opensaml-soap-api:3.4.5"
|
|
|
+ compile "org.opensaml:opensaml-soap-impl:3.4.5"
|
|
|
+ compile "org.opensaml:opensaml-storage-api:3.4.5"
|
|
|
+ compile "org.opensaml:opensaml-storage-impl:3.4.5"
|
|
|
+ compile "net.shibboleth.utilities:java-support:7.5.1"
|
|
|
+ compile "org.apache.santuario:xmlsec:2.1.4"
|
|
|
compile "io.dropwizard.metrics:metrics-core:3.2.2"
|
|
|
- compile ("org.cryptacular:cryptacular:1.2.0") {
|
|
|
+ compile ("org.cryptacular:cryptacular:1.2.3") {
|
|
|
exclude group: 'org.bouncycastle'
|
|
|
}
|
|
|
compile "org.slf4j:slf4j-api:${versions.slf4j}"
|
|
@@ -343,7 +343,6 @@ thirdPartyAudit {
|
|
|
'org.bouncycastle.crypto.digests.TigerDigest',
|
|
|
'org.bouncycastle.crypto.digests.WhirlpoolDigest',
|
|
|
'org.bouncycastle.crypto.engines.AESEngine',
|
|
|
- 'org.bouncycastle.crypto.engines.AESFastEngine',
|
|
|
'org.bouncycastle.crypto.engines.BlowfishEngine',
|
|
|
'org.bouncycastle.crypto.engines.CAST5Engine',
|
|
|
'org.bouncycastle.crypto.engines.CAST6Engine',
|
|
@@ -369,6 +368,7 @@ thirdPartyAudit {
|
|
|
'org.bouncycastle.crypto.engines.TwofishEngine',
|
|
|
'org.bouncycastle.crypto.engines.VMPCEngine',
|
|
|
'org.bouncycastle.crypto.engines.XTEAEngine',
|
|
|
+ 'org.bouncycastle.crypto.generators.BCrypt',
|
|
|
'org.bouncycastle.crypto.generators.OpenSSLPBEParametersGenerator',
|
|
|
'org.bouncycastle.crypto.generators.PKCS5S1ParametersGenerator',
|
|
|
'org.bouncycastle.crypto.generators.PKCS5S2ParametersGenerator',
|