frimtec / pikett-assist

:rotating_light: PAssist is an Android application to assist you while doing on-call duties. PAssist works for SMS based alerting systems.
Apache License 2.0
27 stars 3 forks source link

Bump de.mannodermaus.gradle.plugins:android-junit5 from 1.8.2.1 to 1.9.3.0 #432

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps de.mannodermaus.gradle.plugins:android-junit5 from 1.8.2.1 to 1.9.3.0.

Release notes

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

Plugin 1.9.3.0

This release of the Gradle plugin brings compatibility with JUnit 5.9.3.

Since this version is released very shortly after its predecessor, please keep in mind that version's repercussions as well when upgrading your plugin: 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. If you can't update to AGP 7.0 or newer yet, please stay on the 1.8.x.y plugin line.

Plugin 1.9.2.0

This release of the Gradle plugin brings compatibility with JUnit 5.9.2.

Since this version is released very shortly after its predecessor, please keep in mind that version's repercussions as well when upgrading your plugin: 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. If you can't update to AGP 7.0 or newer yet, please stay on the 1.8.x.y plugin line.

Plugin 1.9.1.0

This release of the Gradle plugin brings compatibility with JUnit 5.9.1.

Since this version is released very shortly after its predecessor, please keep in mind that version's repercussions as well when upgrading your plugin: 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. If you can't update to AGP 7.0 or newer yet, please stay on the 1.8.x.y plugin line.

Plugin 1.9.0.0

This release of the Gradle plugin brings compatibility with JUnit 5.9.0, as well as several internal refactorings and improvements. 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. If you can't update to AGP 7.0 or newer yet, please stay on the previous release.

  • JUnit 5.9.0
  • Add support for Android Gradle Plugin 8.x.y
  • Raise minimum supported versions for AGP and Gradle to 7.0.x and 7.0, respectively
  • Refactor implementation to mostly use new Variant API from Android Gradle Plugin
  • Remove integrity check and the integrityCheckEnabled flag for instrumentation tests (they are auto-configured if junit-jupiter-api is found on the androidTest classpath)
  • Use the correct Kotlin source directory set on AGP 7 (@​Goooler, #279)
  • Recommend new plugin DSL for configuration over legacy DSL
  • Work around breaking binary change for PackagingOptions in AGP 8.x
Commits
  • 28ea410 Plugin 1.9.3.0
  • 7212400 JUnit 5.9.3 & next plugin version
  • 993f54d Plugin 1.9.2.0
  • 4409357 Changelogs
  • 1465088 JUnit 5.9.2 & next plugin version
  • 899422e Plugin 1.9.1.0
  • e2047a2 Update DSL usage of instrumentation projects to 1.9.x.x's changes
  • fb8f5b5 JUnit 5.9.1
  • c46b02c Readme & changelog for 1.9.0.0, prepare next version
  • 486d154 Add new way for reflective access to static final fields in unit tests of ins...
  • 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 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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #432 (75983fc) into master (ca12967) will decrease coverage by 0.03%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #432      +/-   ##
==========================================
- Coverage   21.08%   21.05%   -0.03%     
==========================================
  Files         114      114              
  Lines        3700     3700              
  Branches      370      370              
==========================================
- Hits          780      779       -1     
  Misses       2889     2889              
- Partials       31       32       +1     

see 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more