diff --git a/build.gradle b/build.gradle index 9ce55250..f15118fc 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ dependencies { testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' testImplementation 'org.slf4j:slf4j-simple:2.0.13' - testImplementation 'org.apache.commons:commons-lang3:3.15.0' + testImplementation 'org.apache.commons:commons-lang3:3.16.0' testImplementation 'org.json:json:20240303' testImplementation 'io.opencensus:opencensus-impl:0.31.1' testImplementation "org.mockito:mockito-inline:5.2.0"