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