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 io.atlassian.fugue:fugue from 3.0.0 to 6.1.0 #150

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps io.atlassian.fugue:fugue from 3.0.0 to 6.1.0.

Changelog

Sourced from io.atlassian.fugue:fugue's changelog.

[6.1.0] - [2024-07-12]

Added

  • Added filterNot function to Option and Option steps
  • Added contains to Maybe
  • Added foldLeft to Iterables
  • Added count(Iterable, Predicate) to Iterables
  • Added functions to Pair:
    • swap
    • fold
    • leftmap
    • rightmap
    • bimap

[6.0.1] - [2024-07-12]

Changed

  • This version is Platform 7 compatible
  • Changed the slf4j version to 2.0.13

[5.0.2] - [2024-07-12]

Changed

  • This version is Java 17 compatible
  • This version is Platform 6 compatible
  • Changed the slf4j version to 1.7.36

[5.0.1]

Do not use

[5.0.0] - [2022-02-10]

Changed

  • This version is Java 11 compatible
  • This version is Platform 5 compatible
  • Changed the scala version to 2.11.12
  • Changed guava to version 26.0-jre

[4.7.2] - [2018-09-19]

Added

  • added FugueCollectors to complement fugue types with Stream API support which includes:
    • toEitherRight collector (Similar to Eithers#sequenceRight)
    • toEitherLeft collector (Similar to Eithers#sequenceLeft)
    • flatten collector which flattens stream of Options into stream of values filtering Nones
    • toTrySuccess collector (Similar to Try#sequence)

[4.7.1] - [2018-07-19]

Changed

  • Changed javadoc for Try#filterOrElse to mention handling of Try#delayed
  • Support for Try as Iterable, allowing it to be used in Pair#zip

[4.7.0] - [2018-07-18]

Added

  • added TryMatchers to complement current set of hamcrest matchers

... (truncated)

Commits
  • 300bc62 DCPL-1517 update slf4j to 2.0.13
  • 276057e Merged in issue/v5.0.x/DCPL-1517-update-slf4j (pull request #120)
  • 927dfcb [maven-release-plugin] prepare release v5.0.1
  • 9568f4e [maven-release-plugin] prepare for next development iteration
  • aabcced Clean up readme
  • 3fddbc6 Fix Javadoc
  • f97a17e Revert "DCPL-1517 update slf4j to 2.0.13"
  • 571149f Merged in issue/v5.0.x/DCPL-1655-revert (pull request #122)
  • bc18e4f DCPL-1655: upgrade to the latest patch version of slf4j
  • 1339235 Use the same Maven version as mvnvm for bitbucket pipelines for consistency
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 9, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/io.atlassian.fugue-fugue-6.1.0 branch from 4b58668 to 2f2c164 Compare September 10, 2024 18:20
@dependabot dependabot bot force-pushed the dependabot/maven/io.atlassian.fugue-fugue-6.1.0 branch from 2f2c164 to e5b49d7 Compare October 9, 2024 00:11
Bumps [io.atlassian.fugue:fugue](https://bitbucket.org/atlassian/fugue) from 3.0.0 to 6.1.0.
- [Changelog](https://bitbucket.org/atlassian/fugue/src/master/changelog.md)
- [Commits](https://bitbucket.org/atlassian/fugue/branches/compare/v6.1.0..v3.0.0)

---
updated-dependencies:
- dependency-name: io.atlassian.fugue:fugue
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/io.atlassian.fugue-fugue-6.1.0 branch from e5b49d7 to 94d3f95 Compare October 9, 2024 00:12
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.

0 participants