diff --git a/etw/etw-testapp/build.gradle.kts b/etw/etw-testapp/build.gradle.kts index b39577921d5..30d46daa486 100644 --- a/etw/etw-testapp/build.gradle.kts +++ b/etw/etw-testapp/build.gradle.kts @@ -13,5 +13,5 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-web:2.5.12") { exclude("org.springframework.boot", "spring-boot-starter-tomcat") } - implementation("org.apache.commons:commons-lang3:3.12.0") + implementation("org.apache.commons:commons-lang3:3.17.0") }