diff --git a/build.gradle b/build.gradle
index c1af786..6c7d628 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ repositories {
 
 dependencies {
   testImplementation 'com.codeborne:selenide-appium:7.6.1'
-  testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
+  testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
   testImplementation 'commons-io:commons-io:2.18.0'
   testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.16'
 }