diff --git a/android-app/apdu-command/build.gradle b/android-app/apdu-command/build.gradle index 9c45036..ea4c05f 100644 --- a/android-app/apdu-command/build.gradle +++ b/android-app/apdu-command/build.gradle @@ -20,7 +20,7 @@ dependencies { api(project(":apdu")) testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' } group = rootProject.ext.groupId diff --git a/android-app/apdu/build.gradle b/android-app/apdu/build.gradle index 375f426..97119b7 100644 --- a/android-app/apdu/build.gradle +++ b/android-app/apdu/build.gradle @@ -18,7 +18,7 @@ test { dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' } group = rootProject.ext.groupId