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


The following commit(s) were added to refs/heads/main by this push:
     new e7acf9f  Bump de.mannodermaus.junit5:android-test-runner in 
/android-tests (#88)
e7acf9f is described below

commit e7acf9f09c500eadb1e4deb12fd52ad27ebd1a6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 13 16:15:24 2026 +0200

    Bump de.mannodermaus.junit5:android-test-runner in /android-tests (#88)
    
    Bumps 
[de.mannodermaus.junit5:android-test-runner](https://github.com/mannodermaus/android-junit5)
 from 1.4.0 to 2.0.1.
    - [Release notes](https://github.com/mannodermaus/android-junit5/releases)
    - 
[Commits](https://github.com/mannodermaus/android-junit5/compare/plugin-1.4.0.0...plugin-2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: de.mannodermaus.junit5:android-test-runner
      dependency-version: 2.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 android-tests/build.gradle.kts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/android-tests/build.gradle.kts b/android-tests/build.gradle.kts
index a162444..5e9cde3 100644
--- a/android-tests/build.gradle.kts
+++ b/android-tests/build.gradle.kts
@@ -141,8 +141,8 @@ dependencies {
     androidTestImplementation("xerces:xercesImpl:2.12.2")
 
     androidTestImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
-    androidTestImplementation("de.mannodermaus.junit5:android-test-core:1.4.0")
-    androidTestRuntimeOnly("de.mannodermaus.junit5:android-test-runner:1.4.0")
+    androidTestImplementation("de.mannodermaus.junit5:android-test-core:2.0.1")
+    androidTestRuntimeOnly("de.mannodermaus.junit5:android-test-runner:2.0.1")
     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")

Reply via email to