fix(deps): update dependency org.springframework.boot:spring-boot-starter-web to v3.3.1 (main) (#11644)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-20 08:08:39 -07:00 committed by GitHub
parent 028a5c0e4e
commit 023091ff4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ plugins {
}
dependencies {
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.3.0")
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.3.1")
}
tasks {