Skip to content

Commit

Permalink
chore(deps): update org.springframework to v2.7.13 (#169)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 22, 2023
1 parent 8e8729f commit 4bd52b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handler-spring/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies {
testImplementation(project(":core"))

// Spring
api("org.springframework.boot:spring-boot-starter:2.7.12")
testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.12")
api("org.springframework.boot:spring-boot-starter:2.7.13")
testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.13")
}

0 comments on commit 4bd52b5

Please sign in to comment.