Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dependabot): bump de.mannodermaus.android-junit5 from 1.10.0.0 to 1.11.2.0 #39

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps de.mannodermaus.android-junit5 from 1.10.0.0 to 1.11.2.0.

Release notes

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

Plugin 1.11.2.0

This plugin brings compatibility with JUnit 5.11.2.

  • JUnit 5.11.2

Plugin 1.11.1.0

This plugin brings compatibility with JUnit 5.11.1. It also bumps the version of the instrumentation libraries to 1.6.0.

  • JUnit 5.11.1

Plugin 1.11.0.0

  • JUnit 5.11

Plugin 1.10.3.0

  • JUnit 5.10.3
  • Updates to the jacocoOptions DSL
    • Change the return type of each report type to match Jacoco expectations (html -> Directory; csv & xml -> File)
    • Turn off generation of csv & xml reports by default, matching Jacoco default configuration
  • Fix: Use the correct version of the instrumentation libraries with the plugin (#345)

Plugin 1.10.2.0

Note: This version of the android-junit5 plugin raises the minimum supported version of the Android Gradle Plugin from 7.0 to 8.0! If you are forced to stick to AGP 7.x, please refrain from updating to this version.


  • JUnit 5.10.2
  • Raise minimum supported versions for AGP and Gradle to 8.0.x and 8.0, respectively
  • Allow overriding the version of the instrumentation libraries applied with the plugin
  • Update Jacoco & instrumentation test DSLs of the plugin to use Gradle Providers for their input parameters (e.g. instrumentationTests.enabled.set(true) instead of instrumentationTests.enabled = true)
  • Removed deprecated integrityCheckEnabled flag from the plugin DSL's instrumentation test options
  • Allow opt-in usage of extension library via the plugin's DSL
  • Allow autoconfiguration of instrumentation libraries if Compose or JUnit 5 are found among the test/androidTest dependency lists
  • Decouple discovery of instrumentation tests from Jupiter, allowing non-Jupiter test engines to be discovered as well
  • Update lifecycle of instrumentation runner params to only be set once, instead of once per test
  • Properly reported disabled dynamic tests to Android instrumentation
  • Use new Variant API to register generated resource folder for instrumentation filters file
Commits

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.10.0.0 to 1.11.2.0.
- [Release notes](https://github.com/mannodermaus/android-junit5/releases)
- [Commits](mannodermaus/android-junit5@plugin-1.10.0.0...plugin-1.11.2.0)

---
updated-dependencies:
- dependency-name: de.mannodermaus.android-junit5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 7, 2024
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