From f3dd2b5fa3202f7f06265529f243d29d1c80cae8 Mon Sep 17 00:00:00 2001 From: Stephen Crawford Date: Thu, 30 Mar 2023 09:48:42 -0400 Subject: [PATCH] Update Spring and JSON-Smart Signed-off-by: Stephen Crawford --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4f4d5fcc61..1f32ff7e33 100644 --- a/build.gradle +++ b/build.gradle @@ -404,7 +404,7 @@ dependencies { implementation 'commons-lang:commons-lang:2.4' implementation 'commons-collections:commons-collections:3.2.2' implementation 'com.jayway.jsonpath:json-path:2.4.0' - implementation 'net.minidev:json-smart:2.4.7' + implementation 'net.minidev:json-smart:2.4.10' runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.10.8' runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.10.8' runtimeOnly 'com.google.guava:failureaccess:1.0.1' @@ -462,7 +462,7 @@ dependencies { testCompileOnly 'org.apiguardian:apiguardian-api:1.0.0' // Kafka test execution testRuntimeOnly 'org.springframework.retry:spring-retry:1.3.3' - testRuntimeOnly ('org.springframework:spring-core:5.3.21') { + testRuntimeOnly ('org.springframework:spring-core:5.3.26') { exclude(group:'org.springframework', module: 'spring-jcl' ) } testRuntimeOnly 'org.scala-lang:scala-library:2.13.9'