From 8a7c32fff7d5eb3dfcf7175567cb3f4994c78cd7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Jun 2020 10:31:43 +0100 Subject: [PATCH] Prevent oauth2-oidc-sdk from downgrading json-smart in Maven projects Fixes gh-21939 --- spring-boot-project/spring-boot-dependencies/build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) 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 = [