Skip to content

chore(deps): [WPB-9777] bump de.mannodermaus.gradle.plugins:android-junit5 from 1.14.0.0 to 2.0.1#4764

Merged
ohassine merged 3 commits intodevelopfrom
dependabot/gradle/de.mannodermaus.gradle.plugins-android-junit5-2.0.1
May 6, 2026
Merged

chore(deps): [WPB-9777] bump de.mannodermaus.gradle.plugins:android-junit5 from 1.14.0.0 to 2.0.1#4764
ohassine merged 3 commits intodevelopfrom
dependabot/gradle/de.mannodermaus.gradle.plugins-android-junit5-2.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps de.mannodermaus.gradle.plugins:android-junit5 from 1.14.0.0 to 2.0.1.

Release notes

Sourced from de.mannodermaus.gradle.plugins:android-junit5's releases.

2.0.1

This release fixes an error with the Gradle Module Metadata published alongside the instrumentation libraries. In particular, the artifact ID of the transitive dependency on android-test-core from android-test-compose was broken. This is remedied now.

2.0.0

Happy New Year! 2026 marks the ten year anniversary of this project, as I released the very first version all the way back in September 2016. Time flies, man. Therefore, please join me in celebration and welcome this new year by bumping both the plugin and instrumentation to a whole new major version, and a whole new name. android-junit5 becomes android-junit-framework!! ✨

I have changed the versioning scheme before and I'm not afraid to do it again. Going forward, this project is no longer tightly coupled to a particular version of the JUnit Framework. Furthermore, both pieces of android-junit-framework are now compatible with JUnit 5 and 6. (Note that for JUnit 6, you need a baseline of Java 17, so your Android devices need to run API 35 or newer to make this happen.) Furthermore, there is a behavioral change when it comes to skipping vs failing on unsupported devices. Please find the gist below.

I hope that the project will mature into a state where people can choose their preferred JUnit freely. Inspired by the great documentations of Zac and co., one of the next milestones on my list is a revamped documentation for the project. I also finally want to nuke the awful wiki section (it's outdated AF) and move all documentation to a central place.

Stay tuned, and all the best for a successful 2026. – Marcel / mannodermaus ❤️


Changelog (Plugin)

  • Update to Kotlin 2.3
  • Internal: Replace deprecated OutputDirectoryProvider with its correct replacement
  • Support instrumentation with JUnit 5 and 6 (the plugin will choose the correct runtime accordingly)
  • Introduce de.mannodermaus.android-junit as the new plugin ID
  • New: Control behavior of test execution on unsupported devices via instrumentationTests.behaviorForUnsupportedDevices
    • "Fail": Throw an exception and fail test execution (this is the new default)
    • "Skip": Skip tests and mark them as ignored (this is the old behavior)

Changelog (Instrumentation)

  • Removed deprecated runComposeTest API from ComposeExtension
  • Update to Kotlin 2.3
  • Update to Compose 1.10
  • Support instrumentation with JUnit 5 and 6 (the plugin will choose the correct runtime accordingly)
  • Avoid error when a client doesn't include junit-jupiter-params on the runtime classpath
  • New: Instead of silently skipping tests when running on unsupported devices, fail test execution via configuration parameter de.mannodermaus.junit.unsupported.behavior
Commits
  • 6016756 Plugin 2.0.1
  • af66349 Instrumentation 2.0.1
  • c3cd775 Use correct artifactIds in GMM, too (#405)
  • e4dcfc9 Force correct JUnit BOM for our own internal instrumentation tests
  • 2dcf305 Replace temp config param in instrumentation with the proper replacement
  • feb3919 Replace deprecated androidDependencies task in CI
  • 592eadc Update plugin ID in changelog
  • 97ace63 Tweak release process again
  • 9db3b52 Happy New Year! Update readme & prepare next version
  • 1f67f0f Plugin 2.0.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 28, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 28, 2026 00:59
@dependabot dependabot Bot requested review from sbakhtiarov and typfel and removed request for a team April 28, 2026 00:59
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 28, 2026
@dependabot dependabot Bot requested review from Garzas, ohassine and yamilmedina April 28, 2026 00:59
@dependabot dependabot Bot added the java Pull requests that update Java code label Apr 28, 2026
@MohamadJaara
Copy link
Copy Markdown
Member

@dependabot recreate

…unit5

Bumps [de.mannodermaus.gradle.plugins:android-junit5](https://github.com/mannodermaus/android-junit5) from 1.14.0.0 to 2.0.1.
- [Release notes](https://github.com/mannodermaus/android-junit5/releases)
- [Commits](mannodermaus/android-junit-framework@plugin-1.14.0.0...plugin-2.0.1)

---
updated-dependencies:
- dependency-name: de.mannodermaus.gradle.plugins:android-junit5
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/de.mannodermaus.gradle.plugins-android-junit5-2.0.1 branch from b6f1fd8 to ef0bc81 Compare May 4, 2026 18:49
@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.13%. Comparing base (3d2f223) to head (3e950c6).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #4764   +/-   ##
========================================
  Coverage    51.13%   51.13%           
========================================
  Files          610      610           
  Lines        21089    21089           
  Branches      3399     3399           
========================================
  Hits         10783    10783           
  Misses        9291     9291           
  Partials      1015     1015           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d2f223...3e950c6. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ohassine ohassine enabled auto-merge May 6, 2026 15:14
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 6, 2026

@ohassine ohassine added this pull request to the merge queue May 6, 2026
Merged via the queue into develop with commit be9f6b2 May 6, 2026
14 of 15 checks passed
@ohassine ohassine deleted the dependabot/gradle/de.mannodermaus.gradle.plugins-android-junit5-2.0.1 branch May 6, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants