diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4aed951eb7..94293339d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -925,6 +925,13 @@ bom { ] } } + library("Json-smart", "2.3") { + group("net.minidev") { + modules = [ + "json-smart" + ] + } + } library("JsonAssert", "1.5.0") { group("org.skyscreamer") { modules = [