Skip to content

Commit 4c8a821

Browse files
authored
Upgrade UnboundID LDAP SDK to 7.0.3 (#138053) (#138329)
1 parent 5a542b0 commit 4c8a821

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
@@ -1369,9 +1369,9 @@
13691369
<sha256 value="6eb0f1cecc687655f8d9c167073f4c2eda4805040d03f982d4d127a141bde375" origin="Generated by Gradle"/>
13701370
</artifact>
13711371
</component>
1372-
<component group="com.unboundid" name="unboundid-ldapsdk" version="6.0.3">
1373-
<artifact name="unboundid-ldapsdk-6.0.3.jar">
1374-
<sha256 value="a635f130b482d8b02cc317632de762518d6bfedfecbd6972d1029124aaaf89d8" origin="Generated by Gradle"/>
1372+
<component group="com.unboundid" name="unboundid-ldapsdk" version="7.0.3">
1373+
<artifact name="unboundid-ldapsdk-7.0.3.jar">
1374+
<sha256 value="7f1b9141f2c955d3a03b3f5da2c450bd616826e921a87fc19264a3f22b35e2fb" origin="Generated by Gradle"/>
13751375
</artifact>
13761376
</component>
13771377
<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
@@ -74,7 +74,7 @@ dependencies {
7474
testImplementation project(':modules:mapper-extras')
7575

7676
// security deps
77-
api 'com.unboundid:unboundid-ldapsdk:6.0.3'
77+
api "com.unboundid:unboundid-ldapsdk:${versions.ldapsdk}"
7878

7979
implementation project(":x-pack:plugin:core:template-resources")
8080

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)