From c304d36dda23eb6c6c803bf43918daa142d848ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 15:31:28 +0000 Subject: [PATCH] Bump org.springframework:spring-webmvc from 3.1.0.RELEASE to 7.0.9 Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) from 3.1.0.RELEASE to 7.0.9. - [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.9) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-version: 7.0.9 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..6a214952 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.9") 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.9") + testImplementation("org.springframework:spring-test:7.0.9") 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 8548e370..382c106c 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.9") 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.9") + testImplementation("org.springframework:spring-test:7.0.9") testImplementation("jakarta.servlet:jakarta.servlet-api:5.0.0") testImplementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.25") }