File tree 2 files changed +2
-2
lines changed
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.1.5 " )
3
+ implementation(" org.springframework:spring-context:6.1.6 " )
4
4
testImplementation(" org.springframework.boot:spring-boot-starter-test:3.2.4" )
5
5
testImplementation(" org.awaitility:awaitility:4.2.1" )
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.33 " )
3
+ implementation(" org.springframework:spring-context:5.3.34 " )
4
4
testImplementation(" org.springframework.boot:spring-boot-starter-test:2.7.18" )
5
5
testImplementation(" org.awaitility:awaitility:4.2.1" )
6
6
testImplementation(testFixtures(project(" :cache-core" )))
You can’t perform that action at this time.
0 commit comments