From 2ea4c3197e82b43ed07a06f00a57b63a8a82585d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 19:53:28 +0000 Subject: [PATCH] Bump org.springframework:spring-webmvc from 3.1.0.RELEASE to 7.0.8 Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) from 3.1.0.RELEASE to 7.0.8. - [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.8) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../spring-webmvc-3.1/javaagent/build.gradle.kts | 6 +++--- .../spring-webmvc-6/javaagent/build.gradle.kts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/instrumentation/spring-webmvc/spring-webmvc-3.1/javaagent/build.gradle.kts b/instrumentation/spring-webmvc/spring-webmvc-3.1/javaagent/build.gradle.kts index cb226c7b..d38b0d83 100644 --- a/instrumentation/spring-webmvc/spring-webmvc-3.1/javaagent/build.gradle.kts +++ b/instrumentation/spring-webmvc/spring-webmvc-3.1/javaagent/build.gradle.kts @@ -46,12 +46,12 @@ 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.8") compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api") compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator") - testImplementation("org.springframework:spring-webmvc:5.3.30") - testImplementation("org.springframework:spring-test:5.3.30") + testImplementation("org.springframework:spring-webmvc:7.0.8") + testImplementation("org.springframework:spring-test:7.0.8") testImplementation("javax.servlet:javax.servlet-api:3.1.0") } diff --git a/instrumentation/spring-webmvc/spring-webmvc-6/javaagent/build.gradle.kts b/instrumentation/spring-webmvc/spring-webmvc-6/javaagent/build.gradle.kts index c6762a23..1355df79 100644 --- a/instrumentation/spring-webmvc/spring-webmvc-6/javaagent/build.gradle.kts +++ b/instrumentation/spring-webmvc/spring-webmvc-6/javaagent/build.gradle.kts @@ -34,12 +34,12 @@ muzzle { } dependencies { - compileOnly("org.springframework:spring-webmvc:6.0.0") + compileOnly("org.springframework:spring-webmvc:7.0.8") compileOnly("jakarta.servlet:jakarta.servlet-api:5.0.0") compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator") - testImplementation("org.springframework:spring-webmvc:6.0.0") - testImplementation("org.springframework:spring-test:6.0.0") + testImplementation("org.springframework:spring-webmvc:7.0.8") + testImplementation("org.springframework:spring-test:7.0.8") testImplementation("jakarta.servlet:jakarta.servlet-api:5.0.0") testImplementation("org.apache.tomcat.embed:tomcat-embed-core:10.1.0") }