Skip to content

Commit a1b715d

Browse files
committed
Upgrade UnboundID LDAP SDK to 7.0.3 (elastic#138053)
1 parent 71d54f4 commit a1b715d

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

build-tools-internal/version.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ google_oauth_client = 1.34.1
2020
awsv1sdk = 1.12.746
2121
awsv2sdk = 2.28.13
2222
reactive_streams = 1.0.4
23+
ldapsdk = 7.0.3
2324

2425
antlr4 = 4.13.1
2526
# bouncy castle version for non-fips. fips jars use a different version

docs/changelog/138053.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 138053
2+
summary: Upgrade UnboundID LDAP SDK to 7.0.3
3+
area: Security
4+
type: upgrade
5+
issues: []

gradle/verification-metadata.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,9 +1187,9 @@
11871187
<sha256 value="6eb0f1cecc687655f8d9c167073f4c2eda4805040d03f982d4d127a141bde375" origin="Generated by Gradle"/>
11881188
</artifact>
11891189
</component>
1190-
<component group="com.unboundid" name="unboundid-ldapsdk" version="6.0.3">
1191-
<artifact name="unboundid-ldapsdk-6.0.3.jar">
1192-
<sha256 value="a635f130b482d8b02cc317632de762518d6bfedfecbd6972d1029124aaaf89d8" origin="Generated by Gradle"/>
1190+
<component group="com.unboundid" name="unboundid-ldapsdk" version="7.0.3">
1191+
<artifact name="unboundid-ldapsdk-7.0.3.jar">
1192+
<sha256 value="7f1b9141f2c955d3a03b3f5da2c450bd616826e921a87fc19264a3f22b35e2fb" origin="Generated by Gradle"/>
11931193
</artifact>
11941194
</component>
11951195
<component group="com.vaadin.external.google" name="android-json" version="0.0.20131108.vaadin1">

x-pack/plugin/core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
testImplementation project(':modules:mapper-extras')
5757

5858
// security deps
59-
api 'com.unboundid:unboundid-ldapsdk:6.0.3'
59+
api "com.unboundid:unboundid-ldapsdk:${versions.ldapsdk}"
6060

6161
implementation project(":x-pack:plugin:core:template-resources")
6262

x-pack/plugin/security/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040

4141
testImplementation(testArtifact(project(xpackModule('core'))))
4242
internalClusterTestImplementation(testArtifact(project(xpackModule('core'))))
43-
api 'com.unboundid:unboundid-ldapsdk:6.0.3'
43+
api "com.unboundid:unboundid-ldapsdk:${versions.ldapsdk}"
4444

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

0 commit comments

Comments
 (0)