Browse Source

Prevent oauth2-oidc-sdk from downgrading json-smart in Maven projects

Fixes gh-21939
pull/22035/head
Andy Wilkinson 6 years ago
parent
commit
8a7c32fff7
  1. 7
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -932,6 +932,13 @@ bom { @@ -932,6 +932,13 @@ bom {
]
}
}
library("Json-smart", "2.3") {
group("net.minidev") {
modules = [
"json-smart"
]
}
}
library("JsonAssert", "1.5.0") {
group("org.skyscreamer") {
modules = [

Loading…
Cancel
Save