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 watermelon from 1.5.0 to 1.6.0 #56

Merged
merged 1 commit into from
May 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps watermelon from 1.5.0 to 1.6.0.
Updates com.inkapplications.watermelon:coroutines from 1.5.0 to 1.6.0

Changelog

Sourced from com.inkapplications.watermelon:coroutines's changelog.

1.6.0

Added

  • Coroutines
    • runRetryable method for retrying an operation with optional delay strategies such as exponential backoff.

Changed

  • coroutines module now depends on the standard module for its API.
Commits
  • 43fc095 Merge pull request #47 from ReneeVandervelde/readme-updates
  • aa52b7f Update readme to reformat and include new modules
  • 5c65536 Merge pull request #46 from ReneeVandervelde/release-script-updates
  • b1548b8 Merge pull request #42 from InkApplications/dependabot/gradle/coroutines-1.8.1
  • 8e37cb7 Add automatic github release publication
  • dd96d3d Merge pull request #45 from ReneeVandervelde/retryable
  • 1526937 Bump coroutines from 1.8.0 to 1.8.1
  • bd98525 Merge pull request #43 from InkApplications/dependabot/gradle/org.jetbrains.k...
  • 6a261ae Merge pull request #44 from InkApplications/dependabot/github_actions/actions...
  • 66db1d7 Add runRetryable method to coroutines module
  • Additional commits viewable in compare view

Updates com.inkapplications.watermelon:standard from 1.5.0 to 1.6.0

Changelog

Sourced from com.inkapplications.watermelon:standard's changelog.

1.6.0

Added

  • Coroutines
    • runRetryable method for retrying an operation with optional delay strategies such as exponential backoff.

Changed

  • coroutines module now depends on the standard module for its API.
Commits
  • 43fc095 Merge pull request #47 from ReneeVandervelde/readme-updates
  • aa52b7f Update readme to reformat and include new modules
  • 5c65536 Merge pull request #46 from ReneeVandervelde/release-script-updates
  • b1548b8 Merge pull request #42 from InkApplications/dependabot/gradle/coroutines-1.8.1
  • 8e37cb7 Add automatic github release publication
  • dd96d3d Merge pull request #45 from ReneeVandervelde/retryable
  • 1526937 Bump coroutines from 1.8.0 to 1.8.1
  • bd98525 Merge pull request #43 from InkApplications/dependabot/gradle/org.jetbrains.k...
  • 6a261ae Merge pull request #44 from InkApplications/dependabot/github_actions/actions...
  • 66db1d7 Add runRetryable method to coroutines module
  • Additional commits viewable in compare view

Updates com.inkapplications.watermelon:android from 1.5.0 to 1.6.0

Changelog

Sourced from com.inkapplications.watermelon:android's changelog.

1.6.0

Added

  • Coroutines
    • runRetryable method for retrying an operation with optional delay strategies such as exponential backoff.

Changed

  • coroutines module now depends on the standard module for its API.
Commits
  • 43fc095 Merge pull request #47 from ReneeVandervelde/readme-updates
  • aa52b7f Update readme to reformat and include new modules
  • 5c65536 Merge pull request #46 from ReneeVandervelde/release-script-updates
  • b1548b8 Merge pull request #42 from InkApplications/dependabot/gradle/coroutines-1.8.1
  • 8e37cb7 Add automatic github release publication
  • dd96d3d Merge pull request #45 from ReneeVandervelde/retryable
  • 1526937 Bump coroutines from 1.8.0 to 1.8.1
  • bd98525 Merge pull request #43 from InkApplications/dependabot/gradle/org.jetbrains.k...
  • 6a261ae Merge pull request #44 from InkApplications/dependabot/github_actions/actions...
  • 66db1d7 Add runRetryable method to coroutines module
  • Additional commits viewable in compare view

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 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)

updated-dependencies:
- dependency-name: com.inkapplications.watermelon:coroutines
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.inkapplications.watermelon:standard
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.inkapplications.watermelon:android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 20, 2024
@ReneeVandervelde ReneeVandervelde merged commit a1c9740 into master May 23, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/gradle/watermelon-1.6.0 branch May 23, 2024 13:18
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant