From 66403cbfb6dd234fbfafc6d8f30be96838be1390 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Mon, 15 May 2023 14:14:17 -0400 Subject: [PATCH] Upgrade spring-core from 5.3.26 to 5.3.27. (#2717) (#2763) Signed-off-by: Rishikesh1159 (cherry picked from commit 54d47ab181c4c782af37c96521238f7dbaf50cb2) Co-authored-by: Rishikesh Pasham <62345295+Rishikesh1159@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3394a6c15a..1acafcf3c0 100644 --- a/build.gradle +++ b/build.gradle @@ -403,7 +403,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.26') { + testRuntimeOnly ('org.springframework:spring-core:5.3.27') { exclude(group:'org.springframework', module: 'spring-jcl' ) } testRuntimeOnly 'org.scala-lang:scala-library:2.13.9'