From 2009cbe2af8e97d2c00778d496a6de3ee2373ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 19:53:30 +0000 Subject: [PATCH] Bump org.springframework:spring-test from 5.3.30 to 7.0.8 Bumps [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) from 5.3.30 to 7.0.8. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.30...v7.0.8) --- updated-dependencies: - dependency-name: org.springframework:spring-test 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 | 4 ++-- .../spring-webmvc-6/javaagent/build.gradle.kts | 6 +++--- 2 files changed, 5 insertions(+), 5 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..f568dbe8 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 @@ -50,8 +50,8 @@ dependencies { 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") }