Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

chore(deps): bump value from 2.8.7 to 2.8.8 #8

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps value from 2.8.7 to 2.8.8.

Release notes

Sourced from value's releases.

2.8.8

Value

Criteria

  • Add toLowerCase / toUpperCase functions to StringMatcher (6e4dd31c9)
  • Add GetByKey / DeleteByKey operations which allow low-level key lookups and deletions (ce9ad50b39)
  • Add isNot(boolean) function to BooleanMatcher (c9c6305c)
  • Add is(Optional) / isNot(Optional) to generic OptionalValueMatcher (0c2d47ec8e5f)
  • Add is(Optional) / isNot(Optional) functions to OptionalBooleanMatcher (c41ffaf53)

Dependency Upgrades

  • mongo-java-server 1.19.0 -> 1.28.0 (493eafef0e)
  • mongo java driver (sync) 3.11.0 -> 3.12.3 (22337f33)
  • mongo java driver (reactive streams) 1.12.0 -> 1.13.1 (1c34b7f3)
  • jackson-databind 2.8.11.4 -> 2.8.11.6 (8a2aa885cf)
  • rxjava2 2.2.12 -> 2.2.19 (be75e8d29)
  • Project Reactor 3.2.12 -> 3.3.5 (13932b2)
  • JUnit5 upgrade 5.5.2 -> 5.6.2 (b0b0a8a5)

Contributors

Thanks to all contributors. In no particular order:

Commits
  • 25220c4 v2.8.8
  • 1c34b7f Upgrade mongo java driver (reactive streams): 1.12.0 -> 1.13.1
  • 22337f3 Upgrade mongo java driver (sync) 3.11.0 -> 3.12.3
  • d2ac193 Better javadoc for BooleanMatcher.isNot(boolean) method
  • 22eb0e2 Prefer using ImmutableList instead of ImmutableSet for args in unary call
  • e30e422 Fix error message while visiting expression Path -> Call
  • 2689bef Deprecate Expressions.call(Operator, ...) with varargs
  • 2b39774 Add OptionalBooleanMatcher.isNot() operator
  • 5d90676 Add BooleanMatcher.isNot() operator
  • 0062b37 Introduce Expressions.binaryCall() factory method
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants