From a710d5736535fcdd535d768b565fe6c2440b66b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:23:53 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.boot:spring-boot-starter-web to v3.3.3 --- 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..99a723959eec 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.3") } tasks {