Browse Source

Merge branch '3.3.x'

Closes gh-43456
pull/43483/head
Stéphane Nicoll 1 year ago
parent
commit
f1a3e056bb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1242,7 +1242,7 @@ bom {
} }
links { links {
site("https://logback.qos.ch") site("https://logback.qos.ch")
javadoc("https://logback.qos.ch/apidocs", "ch.qos.logback") javadoc("https://logback.qos.ch/apidocs/ch.qos.logback.core", "ch.qos.logback")
} }
} }
library("Lombok", "1.18.36") { library("Lombok", "1.18.36") {

Loading…
Cancel
Save