From 58f445d13d3c1a2e13764a091765e6387c4c3b74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:53:20 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.boot:spring-boot-starter-web to v3.3.4 --- 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 6e713e3db381..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.2") + jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.3.4") } tasks {