diff --git a/etw/etw-testapp/build.gradle.kts b/etw/etw-testapp/build.gradle.kts index df46071ad24..f056fbeb88d 100644 --- a/etw/etw-testapp/build.gradle.kts +++ b/etw/etw-testapp/build.gradle.kts @@ -10,7 +10,7 @@ dependencies { // compileOnly(project(path:":agent:agent", configuration:"devtest")) compileOnly(project(path: ":agent:agent")) - implementation("org.springframework.boot:spring-boot-starter-web:3.4.5") { + implementation("org.springframework.boot:spring-boot-starter-web:3.5.0") { exclude("org.springframework.boot", "spring-boot-starter-tomcat") } implementation("org.apache.commons:commons-lang3:3.17.0")