Skip to content

Commit

Permalink
Prevent oauth2-oidc-sdk from downgrading json-smart in Maven projects
Browse files Browse the repository at this point in the history
Fixes gh-21939
  • Loading branch information
wilkinsona committed Jun 18, 2020
1 parent c3678df commit 8a7c32f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -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 = [
Expand Down

0 comments on commit 8a7c32f

Please sign in to comment.