ChuckerTeam / chucker

🔎 An HTTP inspector for Android & OkHTTP (like Charles but on device)
Apache License 2.0
3.92k stars 340 forks source link

Bump de.mannodermaus.gradle.plugins:android-junit5 from 1.10.0.0 to 1.11.0.0 #1274

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps de.mannodermaus.gradle.plugins:android-junit5 from 1.10.0.0 to 1.11.0.0.

Release notes

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

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
  • 403630b Plugin 1.11.0.0
  • 4a842b7 JUnit 5.11 (#349)
  • 2cb0313 Prep readme and next version
  • 5a11918 Revert to latest stable version for instrumentation sample
  • a2968b3 Plugin 1.10.3.0
  • bec50d2 Changelog entry for last merge
  • 9695576 Use square brackets for parameterized tests to ensure that their logs show co...
  • b26fbf8 Use correct bundled version of instrumentation libraries for the plugin (#348)
  • 220f5b8 Fix Jacoco misconfiguration by changing the destination DSL (#347)
  • 2645e59 AGP 8.6 RC 1, 8.7 Alpha 4
  • 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 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 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)