This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git
commit 8935fb55ae5f36af64afed90235b7035d092f846 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Tue Sep 1 07:07:09 2026 +0200 fix: add Mockito as Gradle dependency --- android-tests/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/android-tests/build.gradle.kts b/android-tests/build.gradle.kts index c5fd720..e8bfc34 100644 --- a/android-tests/build.gradle.kts +++ b/android-tests/build.gradle.kts @@ -108,5 +108,6 @@ dependencies { androidTestRuntimeOnly("de.mannodermaus.junit5:android-test-runner:1.4.0") androidTestRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2") androidTestImplementation("androidx.test:runner:1.5.2") + androidTestImplementation("org.mockito:mockito-android:4.11.0") }
