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

Bump android-junit5 from 1.6.2.0 to 1.8.0.0 #1768

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2021

Bumps android-junit5 from 1.6.2.0 to 1.8.0.0.

Release notes

Sourced from android-junit5's releases.

Plugin 1.8.0.0

This release of the Gradle plugin brings compatibility with JUnit 5.8.0. From this point onwards, the minimum supported Android Gradle Plugin is 4.0. If you need to stay on the 3.x line, please refrain from updating to this version of android-junit5. In any case, please read through the changelog carefully, especially the "Removed" section. Going forward, you'll have to specify the full ID of the plugin instead of the android-junit5 shortcut.

Added

  • JUnit 5.8.0
  • New Plugin Marker artifact facilitating usage of the plugin through the plugins {} DSL

Changed

  • The plugin no longer requires users to apply an Android plugin first - ordering can be arbitrary

Removed

  • Support for Android Gradle Plugins 3.x
  • Support for the deprecated com.android.feature plugin, which was removed in Android Gradle Plugin 4.x
  • The shorthand version for applying the plugin through the android-junit5 ID has been removed. Going forward, please apply the Android JUnit 5 plugin through the long form: de.mannodermaus.android-junit5

Plugin 1.7.1.1

This release of the Android JUnit 5 is the first version to be released on Maven Central! Going forward, new versions will no longer be published to JCenter.

Added

  • JUnit 5.7.1

Changed

  • Move location of "junitPlatform" extension to Project
  • Migrate Jacoco task integration to new lazy Gradle API
  • Migrate instrumentation test integration task to new lazy TaskProvider API

Fixed

Removed

  • Remove workaround for KotlinJvmOptions (not needed anymore)

Plugin 1.7.1.0

This release is broken. Please move ahead to 1.7.1.1.

Plugin 1.7.0.0

This release brings compatibility with JUnit 5.7.0 and introduces a few quality-of-life improvements for integrating with projects.

  • Become more lenient when test tasks are absent (#226)
  • Provide configuration parameters to instrumentation tests, allowing e.g. Extension Auto-Detection to work (#229)
  • Automatically exclude JUnit 5 metadata files from causing conflicts during packaging (#233)
Commits
  • 4d9f68a Description is being removed for Gradle Plugin Markers too, nice
  • f8b02c8 Attach missing POM information to Gradle Plugin Marker artifact
  • 0805609 Prepare instrumentation 1.3.0 release
  • bc67ebe Update TestPlan constructor to honor 5.8.0 change
  • 191c384 Prepare plugin 1.8.0.0 release
  • c1c7fcf JUnit 5.8.0
  • 661d1bf AGP 7.1.0 Alpha 12
  • bda2e35 AGP 7.0.2 & 7.1.0 Alpha 11
  • 4b47bb1 AGP 7.0.1
  • 0ebd4fa AGP 7.1.0 Alpha 8
  • 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)

Bumps [android-junit5](https://github.com/mannodermaus/android-junit5) from 1.6.2.0 to 1.8.0.0.
- [Release notes](https://github.com/mannodermaus/android-junit5/releases)
- [Commits](mannodermaus/android-junit5@plugin-1.6.2.0...plugin-1.8.0.0)

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

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 minor A minor change - Bumps minor build number labels Oct 11, 2021
@JBassett JBassett merged commit 84ede0b into master Oct 13, 2021
@JBassett JBassett deleted the dependabot/gradle/de.mannodermaus.gradle.plugins-android-junit5-1.8.0.0 branch October 13, 2021 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed dependencies Pull requests that update a dependency file java Pull requests that update Java code minor A minor change - Bumps minor build number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants