File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ commons_lang3 = 3.9
1919google_oauth_client = 1.34.1
2020awsv2sdk = 2.31.78
2121reactive_streams = 1.0.4
22+ ldapsdk = 7.0.3
2223
2324antlr4 = 4.13.1
2425# bouncy castle version for non-fips. fips jars use a different version
Original file line number Diff line number Diff line change 1+ pr : 138053
2+ summary : Upgrade UnboundID LDAP SDK to 7.0.3
3+ area : Security
4+ type : upgrade
5+ issues : []
Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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} "
You can’t perform that action at this time.
0 commit comments