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 { @@ -2599,7 +2599,7 @@ bom {
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") {
modules = [
"unboundid-ldapsdk"

Loading…
Cancel
Save