We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6748bd commit 93a7168Copy full SHA for 93a7168
etw/etw-testapp/build.gradle.kts
@@ -10,7 +10,7 @@ dependencies {
10
// compileOnly(project(path:":agent:agent", configuration:"devtest"))
11
compileOnly(project(path: ":agent:agent"))
12
13
- implementation("org.springframework.boot:spring-boot-starter-web:3.4.5") {
+ implementation("org.springframework.boot:spring-boot-starter-web:3.5.0") {
14
exclude("org.springframework.boot", "spring-boot-starter-tomcat")
15
}
16
implementation("org.apache.commons:commons-lang3:3.17.0")
0 commit comments