Skip to content

Commit

Permalink
Update cryptacular to 1.2.4 (elastic#52331)
Browse files Browse the repository at this point in the history
Cryptacular is a dependency of opensaml
  • Loading branch information
jkakavas committed Feb 14, 2020
1 parent 7a1ca67 commit e5905cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugin/security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
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.3") {
compile ("org.cryptacular:cryptacular:1.2.4") {
exclude group: 'org.bouncycastle'
}
compile "org.slf4j:slf4j-api:${versions.slf4j}"
Expand All @@ -56,7 +56,7 @@ dependencies {
compile "org.apache.httpcomponents:httpcore-nio:${versions.httpcore}"
compile "org.apache.httpcomponents:httpclient-cache:${versions.httpclient}"
compile 'com.google.guava:guava:19.0'

// Dependencies for oidc
compile "com.nimbusds:oauth2-oidc-sdk:6.16.5"
compile "com.nimbusds:nimbus-jose-jwt:8.2"
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugin/security/licenses/cryptacular-1.2.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions x-pack/plugin/security/licenses/cryptacular-1.2.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4994c015d87886212683245d13e87f6fb903a760

0 comments on commit e5905cd

Please sign in to comment.