From 8d753ae10f1a46307660a4daa4fccd4ffce06b9b Mon Sep 17 00:00:00 2001 From: Andrey Pleskach Date: Mon, 25 Sep 2023 14:01:00 +0200 Subject: [PATCH] [Backport 2.x] dependabot: bump org.springframework:spring-core from 5.3.29 to 5.3.30 Backport b52e762bc449f67d5332a9702040c0f18b2eb986 from #3390 Signed-off-by: Andrey Pleskach --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f1fce0161f..ce5547ca7c 100644 --- a/build.gradle +++ b/build.gradle @@ -607,7 +607,7 @@ dependencies { testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2' // Kafka test execution testRuntimeOnly 'org.springframework.retry:spring-retry:1.3.3' - testRuntimeOnly ('org.springframework:spring-core:5.3.27') { + testRuntimeOnly ('org.springframework:spring-core:5.3.30') { exclude(group:'org.springframework', module: 'spring-jcl' ) } testRuntimeOnly 'org.scala-lang:scala-library:2.13.11'