Browse Source

Upgrade to UnboundID LDAPSDK 7.0.3

Closes gh-45983
pull/46001/head
Stéphane Nicoll 6 months ago
parent
commit
b48ffcc3a3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -2579,7 +2579,7 @@ bom {
releaseNotes(version -> "https://tomcat.apache.org/tomcat-%s.%s-doc/changelog.html".formatted(version.major(), version.minor())) releaseNotes(version -> "https://tomcat.apache.org/tomcat-%s.%s-doc/changelog.html".formatted(version.major(), version.minor()))
} }
} }
library("UnboundID LDAPSDK", "7.0.2") { library("UnboundID LDAPSDK", "7.0.3") {
group("com.unboundid") { group("com.unboundid") {
modules = [ modules = [
"unboundid-ldapsdk" "unboundid-ldapsdk"

Loading…
Cancel
Save