From 5b712cc47879df3c699bafc277cd62e315712c72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 07:49:21 -0800 Subject: [PATCH] fix(deps): update dependency org.springframework.boot:spring-boot-starter-web to v3.3.6 (#12765) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- benchmark-overhead-jmh/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark-overhead-jmh/build.gradle.kts b/benchmark-overhead-jmh/build.gradle.kts index 80f2ccad9f43..39ac92ee1e38 100644 --- a/benchmark-overhead-jmh/build.gradle.kts +++ b/benchmark-overhead-jmh/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } dependencies { - jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.3.5") + jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.3.6") } tasks {