From 52f8bb0bd26467c1f117162de10b7f7217798011 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:22:37 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.boot:spring-boot-starter-web to v3.3.1 --- 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 6ea672d76543..3e03797c6370 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.0") + jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.3.1") } tasks {