Skip to content

Commit a1bef48

Browse files
chore(deps): update spring core to v6.1.12, v5.3.39 (#300)
chore(deps): update spring core Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dece6a1 commit a1bef48

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,6 +1,6 @@
11
dependencies {
22
api(project(":cache-core"))
3-
implementation("org.springframework:spring-context:6.1.11")
3+
implementation("org.springframework:spring-context:6.1.12")
44
testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.2")
55
testImplementation("org.awaitility:awaitility:4.2.2")
66
testImplementation(testFixtures(project(":cache-core")))

spring/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
api(project(":cache-core"))
3-
implementation("org.springframework:spring-context:5.3.37")
3+
implementation("org.springframework:spring-context:5.3.39")
44
testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.18")
55
testImplementation("org.awaitility:awaitility:4.2.2")
66
testImplementation(testFixtures(project(":cache-core")))

0 commit comments

Comments
 (0)