Browse Source

Bump org.springframework.boot:spring-boot-starter-web from 3.0.5 to 3.0.6 (#8329)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 year ago
parent
commit
1fdb6ee9d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      benchmark-overhead-jmh/build.gradle.kts

+ 1 - 1
benchmark-overhead-jmh/build.gradle.kts

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