Bump org.springframework.boot:spring-boot-starter-web from 3.1.0 to 3.1.1 (#8794)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-23 11:22:10 +02:00 committed by GitHub
parent acd1c92173
commit 98c1a864bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.1.0")
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.1.1")
}
tasks {