From b614f4f4df7a730f4ce1282dc10e143842ed302b Mon Sep 17 00:00:00 2001 From: Andrey Pleskach Date: Mon, 25 Sep 2023 15:50:18 +0200 Subject: [PATCH] [Backport 2.x] dependabot: bump org.springframework:spring-core from 5.3.29 to 5.3.30 (#3398) Backport https://github.com/opensearch-project/security/commit/b52e762bc449f67d5332a9702040c0f18b2eb986 from https://github.com/opensearch-project/security/pull/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 a4b400c057..497e4d2252 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'