Skip to content

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

Open
dependabot[bot] wants to merge 2 commits intodevelopfrom
dependabot/gradle/de.mannodermaus.gradle.plugins-android-junit5-2.0.1
Open

chore(deps): [WPB-9777] bump de.mannodermaus.gradle.plugins:android-junit5 from 1.14.0.0 to 2.0.1#4764
dependabot[bot] wants to merge 2 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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…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 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
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 4, 2026

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.

1 participant