ligi / MaterialTeaTimer

A material tea-timer for android
GNU General Public License v3.0
41 stars 15 forks source link

Bump gradle-versions-plugin from 0.21.0 to 0.36.0 #85

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps gradle-versions-plugin from 0.21.0 to 0.36.0.

Release notes

Sourced from gradle-versions-plugin's releases.

v0.36.0

  • Ignore when kotlin-stdlib has a null version (#443)

v0.35.0

  • Copy Kotlin variant metadata from alternative source (#442)

v0.34.0

  • Copy Kotlin's MPP legacy metadata for variant selection (#438)

v0.33.0

  • Restrict inherited dependencies to Kotlin's stdlib (#424)

v0.32.0

  • Copy configuration attributes for variant resolution (#334)
  • Resolve with the classifier and extension if specified (#224)
  • Retain inherited dependencies from super configurations (#423)

v0.31.0

  • HTML report showed the current instead of release version (#420)
  • Copy attributes for Kotlin multi-platform dependency query (#334)

v0.30.0

  • HTML report output (#418)

v0.29.0

  • Fix NPE caused by malformed repository metadata (#409)

v0.28.0

Note: the Gradle Versions Plugin now requires at least Gradle 5.0 to function.

  • Improve performance (#378)
  • Fix crash on Gradle 6.2 when using deprecated resolutionStrategy property assignment (#377)
  • Fix erroneous Failed to resolve ... error messages

v0.27.0

Made dependency constraint resolution optional (#352, #353)

v0.26.0

Resolve dependency constraints (#350)

v0.25.0

Simplified resolution strategy #325

rejectVersionIf {
    isNonStable(candidate.version) && !isNonStable(currentVersion)
}

... (truncated)

Commits
  • 055fbb7 Ignore when kotlin-stdlib has a null version (fixes #443)
  • 6c4a1e8 Copy Kotlin variant metadata from alternative source (fixes #442)
  • 4f2d15c Copy legacy Kotlin variant metadata (fixes #438)
  • 0a290fb Copy over only Kotlin external dependencies from super configurations
  • a23c555 Copy configuration attributes for variant resolution (see #334)
  • 85ddff2 Resolve with the classifier and extension if specified (fixes #224)
  • 3e9bdf8 Retain inhertited dependencies from super configurations (fixes #423)
  • 9effd94 Copy dependency attributes for dynamic query (fixes #334)
  • d804294 Merge pull request #422 from jcrokicki/html-report-fixes
  • 5c304ef update to 0.31.0
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #92.