Skip to content

Commit 1bc9faa

Browse files
chore(deps): update spring boot to v2.7.16 and v3.1.4 (#172)
1 parent eb584a4 commit 1bc9faa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-java17/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: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")
55
testImplementation("org.awaitility:awaitility:4.2.0")
66
testImplementation(testFixtures(project(":cache-core")))
77
testImplementation(project(":cache-provider-caffeine"))

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.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")
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)