diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 805116836c2..1f2a4f38b38 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -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 = [