Browse Source

Upgrade to UnboundID LDAPSDK 7.0.4

Closes gh-48459
pull/48965/head
Stéphane Nicoll 4 months ago
parent
commit
b32fbef97d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2599,7 +2599,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