Browse Source

Upgrade to UnboundID LDAPSDK 7.0.4

Closes gh-48468
pull/48480/head
Stéphane Nicoll 1 week ago
parent
commit
5fd8e9ba37
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2714,7 +2714,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.3") { library("UnboundID LDAPSDK", "7.0.4") {
group("com.unboundid") { group("com.unboundid") {
modules = [ modules = [
"unboundid-ldapsdk" "unboundid-ldapsdk"

Loading…
Cancel
Save