Skip to content

Commit 7626e84

Browse files
chore(deps): update dependency org.springframework.boot:spring-boot-starter-test to v2.7.18 (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d974c58 commit 7626e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
api(project(":cache-core"))
33
implementation("org.springframework:spring-context:5.3.31")
4-
testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.17")
4+
testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.18")
55
testImplementation("org.awaitility:awaitility:4.2.0")
66
testImplementation(testFixtures(project(":cache-core")))
77
testImplementation(project(":cache-provider-caffeine"))

0 commit comments

Comments
 (0)