diff --git a/etw/etw-testapp/build.gradle.kts b/etw/etw-testapp/build.gradle.kts index 948ce27fbdc..04315da58f3 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:2.5.12") { + implementation("org.springframework.boot:spring-boot-starter-web:3.4.2") { exclude("org.springframework.boot", "spring-boot-starter-tomcat") } implementation("org.apache.commons:commons-lang3:3.17.0")