Skip to content

Commit 8a7c32f

Browse files
committed
Prevent oauth2-oidc-sdk from downgrading json-smart in Maven projects
Fixes gh-21939
1 parent c3678df commit 8a7c32f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,13 @@ bom {
932932
]
933933
}
934934
}
935+
library("Json-smart", "2.3") {
936+
group("net.minidev") {
937+
modules = [
938+
"json-smart"
939+
]
940+
}
941+
}
935942
library("JsonAssert", "1.5.0") {
936943
group("org.skyscreamer") {
937944
modules = [

0 commit comments

Comments
 (0)