Skip to content

Commit

Permalink
[Backport 2.x] dependabot: bump org.springframework:spring-core from …
Browse files Browse the repository at this point in the history
…5.3.29 to 5.3.30 (#3398)

Backport
b52e762
from #3390

Signed-off-by: Andrey Pleskach <[email protected]>
  • Loading branch information
willyborankin authored Sep 25, 2023
1 parent ba0a15b commit d297b8d
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 @@ -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'
Expand Down

0 comments on commit d297b8d

Please sign in to comment.