From 97cd74adb81e1fb0a6f2a158609ade09298dbfab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Carrasco=20Mo=C3=B1ino?= Date: Tue, 21 Mar 2023 08:38:52 +0100 Subject: [PATCH] chore: pin json-smart version until spring updates it (#79) * bump json-smart to 2.4.10 * exclusion is not needed --- sso-kit-core/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sso-kit-core/pom.xml b/sso-kit-core/pom.xml index f782ef4..f042e9a 100644 --- a/sso-kit-core/pom.xml +++ b/sso-kit-core/pom.xml @@ -33,6 +33,11 @@ org.springframework.security spring-security-oauth2-client + + net.minidev + json-smart + 2.4.10 + jakarta.websocket jakarta.websocket-api