File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
api(project(" :cache-core" ))
3
- implementation(" org.springframework:spring-context:6.0.11 " )
3
+ implementation(" org.springframework:spring-context:6.0.12 " )
4
4
testImplementation(" org.springframework.boot:spring-boot-starter-test:3.1.3" )
5
5
testImplementation(" org.awaitility:awaitility:4.2.0" )
6
6
testImplementation(testFixtures(project(" :cache-core" )))
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
api(project(" :cache-core" ))
3
- implementation(" org.springframework:spring-context:5.3.29 " )
3
+ implementation(" org.springframework:spring-context:5.3.30 " )
4
4
testImplementation(" org.springframework.boot:spring-boot-starter-test:2.7.15" )
5
5
testImplementation(" org.awaitility:awaitility:4.2.0" )
6
6
testImplementation(testFixtures(project(" :cache-core" )))
You can’t perform that action at this time.
0 commit comments