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
3
implementation(" org.springframework:spring-context:6.0.12" )
4
- testImplementation(" org.springframework.boot:spring-boot-starter-test:3.1.3 " )
4
+ testImplementation(" org.springframework.boot:spring-boot-starter-test:3.1.4 " )
5
5
testImplementation(" org.awaitility:awaitility:4.2.0" )
6
6
testImplementation(testFixtures(project(" :cache-core" )))
7
7
testImplementation(project(" :cache-provider-caffeine" ))
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
api(project(" :cache-core" ))
3
3
implementation(" org.springframework:spring-context:5.3.30" )
4
- testImplementation(" org.springframework.boot:spring-boot-starter-test:2.7.15 " )
4
+ testImplementation(" org.springframework.boot:spring-boot-starter-test:2.7.16 " )
5
5
testImplementation(" org.awaitility:awaitility:4.2.0" )
6
6
testImplementation(testFixtures(project(" :cache-core" )))
7
7
testImplementation(project(" :cache-provider-caffeine" ))
You can’t perform that action at this time.
0 commit comments