diff --git a/build.gradle b/build.gradle index 73dca50..adfba26 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ dependencies { testImplementation 'com.codeborne:selenide-appium:7.0.6' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' testImplementation 'commons-io:commons-io:2.15.1' - testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.11' + testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.12' } [compileJava, compileTestJava]*.options.collect {options -> options.encoding = 'UTF-8'}