diff --git a/etw/etw-testapp/build.gradle.kts b/etw/etw-testapp/build.gradle.kts index 2e6a486c0f3..72ad87bfab5 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.5.6") { + implementation("org.springframework.boot:spring-boot-starter-web:3.5.7") { exclude("org.springframework.boot", "spring-boot-starter-tomcat") } implementation("org.apache.commons:commons-lang3:3.19.0")