Skip to content

Commit fe23838

Browse files
authored
Upgrade UnboundID LDAP SDK to 7.0.3 (#138053) (#138331)
1 parent d2facd5 commit fe23838

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
@@ -19,6 +19,7 @@ commons_lang3 = 3.9
1919
google_oauth_client = 1.34.1
2020
awsv2sdk = 2.31.78
2121
reactive_streams = 1.0.4
22+
ldapsdk = 7.0.3
2223

2324
antlr4 = 4.13.1
2425
# 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
@@ -1312,9 +1312,9 @@
13121312
<sha256 value="6eb0f1cecc687655f8d9c167073f4c2eda4805040d03f982d4d127a141bde375" origin="Generated by Gradle"/>
13131313
</artifact>
13141314
</component>
1315-
<component group="com.unboundid" name="unboundid-ldapsdk" version="6.0.3">
1316-
<artifact name="unboundid-ldapsdk-6.0.3.jar">
1317-
<sha256 value="a635f130b482d8b02cc317632de762518d6bfedfecbd6972d1029124aaaf89d8" origin="Generated by Gradle"/>
1315+
<component group="com.unboundid" name="unboundid-ldapsdk" version="7.0.3">
1316+
<artifact name="unboundid-ldapsdk-7.0.3.jar">
1317+
<sha256 value="7f1b9141f2c955d3a03b3f5da2c450bd616826e921a87fc19264a3f22b35e2fb" origin="Generated by Gradle"/>
13181318
</artifact>
13191319
</component>
13201320
<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)