We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d3297 commit 52ff5d0Copy full SHA for 52ff5d0
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.4") {
+ implementation("org.springframework.boot:spring-boot-starter-web:3.4.5") {
14
exclude("org.springframework.boot", "spring-boot-starter-tomcat")
15
}
16
implementation("org.apache.commons:commons-lang3:3.17.0")
0 commit comments