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 gradle-versions-plugin from 0.13.0 to 0.36.0 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 9, 2021

Bumps gradle-versions-plugin from 0.13.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 dependabot bot added the dependencies Pull requests that update a dependency file label Jun 9, 2021
@dependabot dependabot bot force-pushed the dependabot/gradle/com.github.ben-manes-gradle-versions-plugin-0.36.0 branch from c7376d3 to b35b062 Compare December 13, 2021 05:12
Bumps [gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) from 0.13.0 to 0.36.0.
- [Release notes](https://github.com/ben-manes/gradle-versions-plugin/releases)
- [Commits](ben-manes/gradle-versions-plugin@v0.13.0...v0.36.0)

---
updated-dependencies:
- dependency-name: com.github.ben-manes:gradle-versions-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.github.ben-manes-gradle-versions-plugin-0.36.0 branch from b35b062 to 2668eaa Compare December 13, 2021 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants