Skip to content

Commit

Permalink
Upgrade spring-core from 5.3.26 to 5.3.27. (#2717) (#2763)
Browse files Browse the repository at this point in the history
Signed-off-by: Rishikesh1159 <[email protected]>
(cherry picked from commit 54d47ab)

Co-authored-by: Rishikesh Pasham <[email protected]>
  • Loading branch information
cwperks and Rishikesh1159 authored May 15, 2023
1 parent 264bfdf commit 66403cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 66403cb

Please sign in to comment.