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

Fixes gh-21939
This commit is contained in:
Andy Wilkinson 2020-06-18 10:31:43 +01:00
parent c3678dff53
commit 8a7c32fff7

View File

@ -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 = [