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 @@ -20,6 +20,7 @@ google_oauth_client = 1.34.1
2020awsv1sdk = 1.12.746
2121awsv2sdk = 2.28.13
2222reactive_streams = 1.0.4
23+ ldapsdk = 7.0.3
2324
2425antlr4 = 4.13.1
2526# 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 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" >
Original file line number Diff line number Diff 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
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