Skip to content

Bump de.mannodermaus.android-junit5 from 1.14.0.0 to 2.0.0#43

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/de.mannodermaus.android-junit5-2.0.0
Closed

Bump de.mannodermaus.android-junit5 from 1.14.0.0 to 2.0.0#43
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/de.mannodermaus.android-junit5-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 5, 2026

Copy link
Copy Markdown

Bumps de.mannodermaus.android-junit5 from 1.14.0.0 to 2.0.0.

Release notes

Sourced from de.mannodermaus.android-junit5's releases.

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
  • 1f67f0f Plugin 2.0.0
  • 71e3bef Instrumentation 2.0.0
  • 70b22ee Change default unsupported device behavior to "throw exception"
  • 31c98ab Allow control over instrumentation tests on unsupported devices via configura...
  • 75d281c Rename repo
  • 411b639 Introduce ktfmt (#400)
  • 401794f Add support for JUnit 6 by introducing variants for instrumentation libraries...
  • 83b5501 Kotlin 2.3 & Compose 1.10 & AGP 8.11.2, 8.12.3, 8.13.2, 9.0 RC1, 9.1 Alpha 1 ...
  • 7c9fd63 Update readme and prepare next version
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

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

---
updated-dependencies:
- dependency-name: de.mannodermaus.android-junit5
  dependency-version: 2.0.0
  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 Jan 5, 2026
@dependabot @github

dependabot Bot commented on behalf of github Feb 2, 2026

Copy link
Copy Markdown
Author

Looks like de.mannodermaus.android-junit5 is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Feb 2, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/de.mannodermaus.android-junit5-2.0.0 branch February 2, 2026 23:34
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants