diff --git a/build.gradle b/build.gradle index f25a472..bee672a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { dependencies { testImplementation 'com.codeborne:selenide-appium:7.2.3' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' - testImplementation 'commons-io:commons-io:2.16.0' + testImplementation 'commons-io:commons-io:2.16.1' testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.12' }