From 0c22a8e0c64cddbcb404a6159ee397b765481654 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:18:10 +0300 Subject: [PATCH] fix(deps): update dependency org.springframework.boot:spring-boot-starter-web to v3.3.4 (#12301) 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 99a723959eec..43b99ad974e6 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.3") + jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.3.4") } tasks {