Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump de.mannodermaus.gradle.plugins:android-junit5 from 1.…
…8.2.1 to 1.10.0.0 (#603) Bumps [de.mannodermaus.gradle.plugins:android-junit5](https://github.com/mannodermaus/android-junit5) from 1.8.2.1 to 1.10.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mannodermaus/android-junit5/releases">de.mannodermaus.gradle.plugins:android-junit5's releases</a>.</em></p> <blockquote> <h2>Plugin 1.10.0.0</h2> <p>This release of the Gradle plugin brings compatibility with JUnit 5.10.0 and includes the following changes:</p> <ul> <li>JUnit 5.10.0</li> <li>Fix binary-incompatible API change between Gradle 7&8 for output location of Jacoco reports (<a href="https://redirect.github.com/mannodermaus/android-junit5/issues/302">#302</a>)</li> </ul> <h2>Plugin 1.9.3.0</h2> <p>This release of the Gradle plugin brings compatibility with JUnit 5.9.3.</p> <p>Since this version is released very shortly after its predecessor, please keep in mind that version's repercussions as well when upgrading your plugin: <strong>From this version onwards, the minimum supported version of the Android Gradle Plugin is 7.0. Likewise, the minimum supported version of Gradle is 7.0.</strong> If you can't update to AGP 7.0 or newer yet, please stay on the 1.8.x.y plugin line.</p> <h2>Plugin 1.9.2.0</h2> <p>This release of the Gradle plugin brings compatibility with JUnit 5.9.2.</p> <p>Since this version is released very shortly after its predecessor, please keep in mind that version's repercussions as well when upgrading your plugin: <strong>From this version onwards, the minimum supported version of the Android Gradle Plugin is 7.0. Likewise, the minimum supported version of Gradle is 7.0.</strong> If you can't update to AGP 7.0 or newer yet, please stay on the 1.8.x.y plugin line.</p> <h2>Plugin 1.9.1.0</h2> <p>This release of the Gradle plugin brings compatibility with JUnit 5.9.1.</p> <p>Since this version is released very shortly after its predecessor, please keep in mind that version's repercussions as well when upgrading your plugin: <strong>From this version onwards, the minimum supported version of the Android Gradle Plugin is 7.0. Likewise, the minimum supported version of Gradle is 7.0.</strong> If you can't update to AGP 7.0 or newer yet, please stay on the 1.8.x.y plugin line.</p> <h2>Plugin 1.9.0.0</h2> <p>This release of the Gradle plugin brings compatibility with JUnit 5.9.0, as well as several internal refactorings and improvements. <strong>From this version onwards, the minimum supported version of the Android Gradle Plugin is 7.0. Likewise, the minimum supported version of Gradle is 7.0.</strong> If you can't update to AGP 7.0 or newer yet, please stay on the previous release.</p> <ul> <li>JUnit 5.9.0</li> <li>Add support for Android Gradle Plugin 8.x.y</li> <li>Raise minimum supported versions for AGP and Gradle to 7.0.x and 7.0, respectively</li> <li>Refactor implementation to mostly use new Variant API from Android Gradle Plugin</li> <li>Remove integrity check and the <code>integrityCheckEnabled</code> flag for instrumentation tests (they are auto-configured if junit-jupiter-api is found on the <code>androidTest</code> classpath)</li> <li>Use the correct Kotlin source directory set on AGP 7 (<a href="https://github.com/Goooler"><code>@Goooler</code></a>, <a href="https://redirect.github.com/mannodermaus/android-junit5/issues/279">#279</a>)</li> <li>Recommend new plugin DSL for configuration over legacy DSL</li> <li>Work around breaking binary change for PackagingOptions in AGP 8.x</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mannodermaus/android-junit5/commit/851fa3ff08bf46982d30766b2418948aa3020c0a"><code>851fa3f</code></a> Plugin 1.10.0.0 & Instrumentation 1.4.0</li> <li><a href="https://github.com/mannodermaus/android-junit5/commit/23f7429f7ade39e20a4e3d83b5753b61ea80c8d6"><code>23f7429</code></a> Prep next release of plugin and instrumentation</li> <li><a href="https://github.com/mannodermaus/android-junit5/commit/8375b01b1fa54c8e0468c05a277ae5ec2a3fc7bf"><code>8375b01</code></a> One changelog update for plugin</li> <li><a href="https://github.com/mannodermaus/android-junit5/commit/86dce595a6d8f8bd17a066c0aebc408b877c2753"><code>86dce59</code></a> Introduce extensions module (<a href="https://redirect.github.com/mannodermaus/android-junit5/issues/309">#309</a>)</li> <li><a href="https://github.com/mannodermaus/android-junit5/commit/b51d126b231d5f7e396cc9a1dde17997db98fa00"><code>b51d126</code></a> AGP 8.2.0 RC2, 8.3.0 Alpha 12</li> <li><a href="https://github.com/mannodermaus/android-junit5/commit/c923650813e36b43acb2c340e91272370f4a9668"><code>c923650</code></a> AGP 8.1.2, 8.2.0 Beta 6, 8.3.0 Canary 6</li> <li><a href="https://github.com/mannodermaus/android-junit5/commit/736cd68a4da103486f38af16c628228da79376d9"><code>736cd68</code></a> Forcefully disable concurrent test execution for ActivityScenarioExtension te...</li> <li><a href="https://github.com/mannodermaus/android-junit5/commit/4ab6ba2e1dd1b56dad9329834867cd0c46f6110b"><code>4ab6ba2</code></a> AGP 8.2 Beta 4 & 8.3 Canary 4</li> <li><a href="https://github.com/mannodermaus/android-junit5/commit/e107b41a3e00fdd2f9b12e19c54ebd30045ebba2"><code>e107b41</code></a> Improve reporting for parallel instrumentation tests (<a href="https://redirect.github.com/mannodermaus/android-junit5/issues/307">#307</a>)</li> <li><a href="https://github.com/mannodermaus/android-junit5/commit/80f30deefb3f2577b1ca192060e44ed0d946e96b"><code>80f30de</code></a> Changelog for <a href="https://redirect.github.com/mannodermaus/android-junit5/issues/306">#306</a></li> <li>Additional commits viewable in <a href="https://github.com/mannodermaus/android-junit5/compare/plugin-1.8.2.1...plugin-1.10.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=de.mannodermaus.gradle.plugins:android-junit5&package-manager=gradle&previous-version=1.8.2.1&new-version=1.10.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
- Loading branch information