Skip to content

Commit

Permalink
Update UnboundID LDAP SDK to 6.0.3 (#81568)
Browse files Browse the repository at this point in the history
The new release contains fixes for leaking threads (see #80305) and
bias in round robin server sets, both of which are relevant to
Elasticsearch security.

Resolves: #80305
  • Loading branch information
tvernum authored Dec 9, 2021
1 parent c8dcbe4 commit f018714
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugin/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
api "commons-codec:commons-codec:${versions.commonscodec}"

// security deps
api 'com.unboundid:unboundid-ldapsdk:6.0.2'
api 'com.unboundid:unboundid-ldapsdk:6.0.3'

testImplementation "org.elasticsearch:mocksocket:${versions.mocksocket}"
testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:${versions.log4j}"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e6e50ca49ba6270ea61d9bf7575b7c0dc16e2e8f
2 changes: 1 addition & 1 deletion x-pack/plugin/security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

testImplementation(testArtifact(project(xpackModule('core'))))
internalClusterTestImplementation(testArtifact(project(xpackModule('core'))))
api 'com.unboundid:unboundid-ldapsdk:6.0.2'
api 'com.unboundid:unboundid-ldapsdk:6.0.3'

// the following are all SAML dependencies - might as well download the whole internet
api "org.opensaml:opensaml-core:${versions.opensaml}"
Expand Down

0 comments on commit f018714

Please sign in to comment.