From fd4baf32ca96a89b19b376247cb2de1f834505a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 19:20:55 +0000 Subject: [PATCH] Bump org.springframework:spring-webmvc from 3.1.0.RELEASE to 7.0.2 Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) from 3.1.0.RELEASE to 7.0.2. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v3.1.0.RELEASE...v7.0.2) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../spring-webmvc/spring-webmvc-3.1/build.gradle.kts | 2 +- instrumentation/spring-webmvc/spring-webmvc-6/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/instrumentation/spring-webmvc/spring-webmvc-3.1/build.gradle.kts b/instrumentation/spring-webmvc/spring-webmvc-3.1/build.gradle.kts index 7e8e1f48..b47a6a13 100644 --- a/instrumentation/spring-webmvc/spring-webmvc-3.1/build.gradle.kts +++ b/instrumentation/spring-webmvc/spring-webmvc-3.1/build.gradle.kts @@ -46,7 +46,7 @@ muzzle { dependencies { compileOnly("javax.servlet:javax.servlet-api:3.1.0") - compileOnly("org.springframework:spring-webmvc:3.1.0.RELEASE") + compileOnly("org.springframework:spring-webmvc:7.0.2") compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api") compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator") } diff --git a/instrumentation/spring-webmvc/spring-webmvc-6/build.gradle.kts b/instrumentation/spring-webmvc/spring-webmvc-6/build.gradle.kts index 6c66c6bc..9749d864 100644 --- a/instrumentation/spring-webmvc/spring-webmvc-6/build.gradle.kts +++ b/instrumentation/spring-webmvc/spring-webmvc-6/build.gradle.kts @@ -34,7 +34,7 @@ muzzle { } dependencies { - compileOnly("org.springframework:spring-webmvc:6.0.0") + compileOnly("org.springframework:spring-webmvc:7.0.2") compileOnly("jakarta.servlet:jakarta.servlet-api:5.0.0") compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator") }