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