diff --git a/itf-chartizate-android/build.gradle b/itf-chartizate-android/build.gradle index 63b520d..a35d6b7 100644 --- a/itf-chartizate-android/build.gradle +++ b/itf-chartizate-android/build.gradle @@ -56,9 +56,9 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'org.jesperancinha.itf:itf-chartizate-api:5.0.1' implementation 'com.android.support:multidex:1.0.3' - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1' testImplementation 'org.mockito:mockito-core:5.13.0' - androidTestImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0' + androidTestImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1' androidTestImplementation 'org.assertj:assertj-core:3.26.3' androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' @@ -79,9 +79,9 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'org.jesperancinha.itf:itf-chartizate-api:5.0.1' implementation 'com.android.support:multidex:1.0.3' - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1' testImplementation 'org.mockito:mockito-core:5.13.0' - androidTestImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0' + androidTestImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1' androidTestImplementation 'org.assertj:assertj-core:3.26.3' androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1'