We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b379d commit 89dc86fCopy full SHA for 89dc86f
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:4.0.1") {
+ implementation("org.springframework.boot:spring-boot-starter-web:4.0.2") {
14
exclude("org.springframework.boot", "spring-boot-starter-tomcat")
15
}
16
implementation("org.apache.commons:commons-lang3:3.20.0")
0 commit comments