From 7397d9e746aa79e20226c8d7709eede448e2cb3d Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Wed, 4 Dec 2024 14:52:58 -0500 Subject: [PATCH] Bump spring-framework dependency to 3.3.0 Signed-off-by: Darshit Chanpura --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index da457a3b18..f966ba8477 100644 --- a/build.gradle +++ b/build.gradle @@ -81,8 +81,8 @@ configurations.all { force 'commons-cli:commons-cli:1.3.1' force 'org.apache.httpcomponents:httpcore:4.4.12' force "org.apache.commons:commons-lang3:3.4" - force "org.springframework:spring-core:5.3.28" - force "org.springframework:spring-expression:5.3.28" + force "org.springframework:spring-core:5.3.39" + force "org.springframework:spring-expression:5.3.39" force "com.google.guava:guava:32.1.1-jre" force "com.fasterxml.woodstox:woodstox-core:6.4.0" force "org.scala-lang:scala-library:2.13.9" @@ -205,7 +205,7 @@ dependencies { testImplementation 'junit:junit:4.13.1' testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.13' testImplementation 'org.mockito:mockito-core:2.23.0' - testImplementation 'org.springframework.kafka:spring-kafka-test:2.9.10' + testImplementation 'org.springframework.kafka:spring-kafka-test:3.3.0' testImplementation 'javax.servlet:servlet-api:2.5' testImplementation 'com.unboundid:unboundid-ldapsdk:4.0.9' testImplementation 'com.github.stephenc.jcip:jcip-annotations:1.0-1'