diff --git a/build.gradle b/build.gradle index 9022e9c..7984098 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.ow2.asm:asm:9.7") - testImplementation("org.apache.commons:commons-lang3:3.15.0") + testImplementation("org.apache.commons:commons-lang3:3.17.0") testImplementation("org.hamcrest:hamcrest:3.0") }