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

build(deps): bump zeebe.version from 8.0.6 to 8.1.0 #217

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2022

Bumps zeebe.version from 8.0.6 to 8.1.0.
Updates zeebe-bom from 8.0.6 to 8.1.0

Release notes

Sourced from zeebe-bom's releases.

8.1.0-alpha5

Release 8.1.0-alpha5

Enhancements

Misc

  • Use OCI and OpenShift labels as part of Docker image metadata (#9940)
  • Support generic properties as extension element (#9868)
  • I can set cron expression for timer cycle (#9673)
  • Support BPMN Inclusive Gateways (#6018)

Bug Fixes

Broker

  • Follower cannot receive new entries because it did not reset the log on receiving snapshot (#10202)
  • Follower cannot receive snapshot because "chunk received out of order" (#10180)
  • Delete existing PENDING_DEPLOYMENT causes ZeebeDbInconsistentException (#10064)
  • NullPointerException upon writing error response (#10014)
  • Too big Deployment is no longer rejected (#9946)
  • java.lang.ClassCastException: class ModelElementInstanceImpl cannot be cast to class BpmnModelElementInstance (#4817)
  • Unable to use the same input/output element in multi-instance (#4687)

Misc

  • RuntimeException: Cannot handle event with version newer than what is implemented by broker (4 > 3) (#9949)
  • Don't log JsonParseException in the gateway as errors (#9933)
  • NPE as MessagePublishProcessor tried to sendCorrelateCommand (#9860)
  • Time Cycle with start time is triggered multiple times after broker restart (#9680)

Maintenance

  • Install backup manager with configured backup store (#10207)
  • Add last written position as metadata in snapshot (#10115)
  • Add new utility module specifically for QA tests (#10089)
  • Replace direct reset with buffered writers (#10047)
  • Clarify DEAD state in Grafana dashboard (#10043)
  • Iterate over BufferedProcessingResultBuilder (#10001)
  • Actuators are cumbersome to maintain and extend (#9996)
  • Backup manager can get the status of a backup (#9981)
  • RandomizedRaftTest test results can't be parsed by publish-unit-test-result-action (#9959)
  • Notify CheckpointListeners after init and replay (#9916)
  • Introduce ProcessingScheduleService (#9730)
  • Clean up StreamingPlatform / Engine (#9727)
  • Refactor StreamProcessor / Engine (#9725)
  • Remove LogStream writers from Engine (#9724)
  • Reject create process instance command using logical transaction (#9644)
  • GHA: Bundle post-test steps into a reusable action (#9135)
  • Migrated to newer prometheus operator (#9074)

Merged Pull Requests

  • [Backport stable/8.0] Only check that the topology reports all replicas (#10084)
  • fix: create new readers and writer for every async request (#10026)
  • ci: set reasonable timeouts for test jobs (#10024)
  • Reusable build docker action (#10017)
  • Generate and verify labels of Docker image during release (#10013)
  • Remove proxy writers (#10000)
  • Create EventAppliers in engine (#9985)

... (truncated)

Commits
  • 9233af4 [maven-release-plugin] prepare release 8.1.0
  • 395ca71 build(project): update go embedded version data
  • 76a9ce9 merge: #10584
  • 1de79b6 refactor: update comment
  • 13122c3 fix: do not use extra submit
  • 4764cc4 test: remove ProcessingScheduleServiceIntegrationTest
  • 332a405 refactor: remove LogStream from API
  • 7017918 test: use one Executor for exporting records
  • c7ff8cd Merge pull request #10586 from camunda/backport-10468-to-release-8.1.0
  • 352e767 style: apply codestyle
  • Additional commits viewable in compare view

Updates zeebe-workflow-engine from 8.0.6 to 8.1.0

Release notes

Sourced from zeebe-workflow-engine's releases.

8.1.0-alpha5

Release 8.1.0-alpha5

Enhancements

Misc

  • Use OCI and OpenShift labels as part of Docker image metadata (#9940)
  • Support generic properties as extension element (#9868)
  • I can set cron expression for timer cycle (#9673)
  • Support BPMN Inclusive Gateways (#6018)

Bug Fixes

Broker

  • Follower cannot receive new entries because it did not reset the log on receiving snapshot (#10202)
  • Follower cannot receive snapshot because "chunk received out of order" (#10180)
  • Delete existing PENDING_DEPLOYMENT causes ZeebeDbInconsistentException (#10064)
  • NullPointerException upon writing error response (#10014)
  • Too big Deployment is no longer rejected (#9946)
  • java.lang.ClassCastException: class ModelElementInstanceImpl cannot be cast to class BpmnModelElementInstance (#4817)
  • Unable to use the same input/output element in multi-instance (#4687)

Misc

  • RuntimeException: Cannot handle event with version newer than what is implemented by broker (4 > 3) (#9949)
  • Don't log JsonParseException in the gateway as errors (#9933)
  • NPE as MessagePublishProcessor tried to sendCorrelateCommand (#9860)
  • Time Cycle with start time is triggered multiple times after broker restart (#9680)

Maintenance

  • Install backup manager with configured backup store (#10207)
  • Add last written position as metadata in snapshot (#10115)
  • Add new utility module specifically for QA tests (#10089)
  • Replace direct reset with buffered writers (#10047)
  • Clarify DEAD state in Grafana dashboard (#10043)
  • Iterate over BufferedProcessingResultBuilder (#10001)
  • Actuators are cumbersome to maintain and extend (#9996)
  • Backup manager can get the status of a backup (#9981)
  • RandomizedRaftTest test results can't be parsed by publish-unit-test-result-action (#9959)
  • Notify CheckpointListeners after init and replay (#9916)
  • Introduce ProcessingScheduleService (#9730)
  • Clean up StreamingPlatform / Engine (#9727)
  • Refactor StreamProcessor / Engine (#9725)
  • Remove LogStream writers from Engine (#9724)
  • Reject create process instance command using logical transaction (#9644)
  • GHA: Bundle post-test steps into a reusable action (#9135)
  • Migrated to newer prometheus operator (#9074)

Merged Pull Requests

  • [Backport stable/8.0] Only check that the topology reports all replicas (#10084)
  • fix: create new readers and writer for every async request (#10026)
  • ci: set reasonable timeouts for test jobs (#10024)
  • Reusable build docker action (#10017)
  • Generate and verify labels of Docker image during release (#10013)
  • Remove proxy writers (#10000)
  • Create EventAppliers in engine (#9985)

... (truncated)

Commits
  • 9233af4 [maven-release-plugin] prepare release 8.1.0
  • 395ca71 build(project): update go embedded version data
  • 76a9ce9 merge: #10584
  • 1de79b6 refactor: update comment
  • 13122c3 fix: do not use extra submit
  • 4764cc4 test: remove ProcessingScheduleServiceIntegrationTest
  • 332a405 refactor: remove LogStream from API
  • 7017918 test: use one Executor for exporting records
  • c7ff8cd Merge pull request #10586 from camunda/backport-10468-to-release-8.1.0
  • 352e767 style: apply codestyle
  • Additional commits viewable in compare view

Updates zeebe-util from 8.0.6 to 8.1.0

Release notes

Sourced from zeebe-util's releases.

8.1.0-alpha5

Release 8.1.0-alpha5

Enhancements

Misc

  • Use OCI and OpenShift labels as part of Docker image metadata (#9940)
  • Support generic properties as extension element (#9868)
  • I can set cron expression for timer cycle (#9673)
  • Support BPMN Inclusive Gateways (#6018)

Bug Fixes

Broker

  • Follower cannot receive new entries because it did not reset the log on receiving snapshot (#10202)
  • Follower cannot receive snapshot because "chunk received out of order" (#10180)
  • Delete existing PENDING_DEPLOYMENT causes ZeebeDbInconsistentException (#10064)
  • NullPointerException upon writing error response (#10014)
  • Too big Deployment is no longer rejected (#9946)
  • java.lang.ClassCastException: class ModelElementInstanceImpl cannot be cast to class BpmnModelElementInstance (#4817)
  • Unable to use the same input/output element in multi-instance (#4687)

Misc

  • RuntimeException: Cannot handle event with version newer than what is implemented by broker (4 > 3) (#9949)
  • Don't log JsonParseException in the gateway as errors (#9933)
  • NPE as MessagePublishProcessor tried to sendCorrelateCommand (#9860)
  • Time Cycle with start time is triggered multiple times after broker restart (#9680)

Maintenance

  • Install backup manager with configured backup store (#10207)
  • Add last written position as metadata in snapshot (#10115)
  • Add new utility module specifically for QA tests (#10089)
  • Replace direct reset with buffered writers (#10047)
  • Clarify DEAD state in Grafana dashboard (#10043)
  • Iterate over BufferedProcessingResultBuilder (#10001)
  • Actuators are cumbersome to maintain and extend (#9996)
  • Backup manager can get the status of a backup (#9981)
  • RandomizedRaftTest test results can't be parsed by publish-unit-test-result-action (#9959)
  • Notify CheckpointListeners after init and replay (#9916)
  • Introduce ProcessingScheduleService (#9730)
  • Clean up StreamingPlatform / Engine (#9727)
  • Refactor StreamProcessor / Engine (#9725)
  • Remove LogStream writers from Engine (#9724)
  • Reject create process instance command using logical transaction (#9644)
  • GHA: Bundle post-test steps into a reusable action (#9135)
  • Migrated to newer prometheus operator (#9074)

Merged Pull Requests

  • [Backport stable/8.0] Only check that the topology reports all replicas (#10084)
  • fix: create new readers and writer for every async request (#10026)
  • ci: set reasonable timeouts for test jobs (#10024)
  • Reusable build docker action (#10017)
  • Generate and verify labels of Docker image during release (#10013)
  • Remove proxy writers (#10000)
  • Create EventAppliers in engine (#9985)

... (truncated)

Commits
  • 9233af4 [maven-release-plugin] prepare release 8.1.0
  • 395ca71 build(project): update go embedded version data
  • 76a9ce9 merge: #10584
  • 1de79b6 refactor: update comment
  • 13122c3 fix: do not use extra submit
  • 4764cc4 test: remove ProcessingScheduleServiceIntegrationTest
  • 332a405 refactor: remove LogStream from API
  • 7017918 test: use one Executor for exporting records
  • c7ff8cd Merge pull request #10586 from camunda/backport-10468-to-release-8.1.0
  • 352e767 style: apply codestyle
  • Additional commits viewable in compare view

Updates zeebe-logstreams from 8.0.6 to 8.1.0

Release notes

Sourced from zeebe-logstreams's releases.

8.1.0-alpha5

Release 8.1.0-alpha5

Enhancements

Misc

  • Use OCI and OpenShift labels as part of Docker image metadata (#9940)
  • Support generic properties as extension element (#9868)
  • I can set cron expression for timer cycle (#9673)
  • Support BPMN Inclusive Gateways (#6018)

Bug Fixes

Broker

  • Follower cannot receive new entries because it did not reset the log on receiving snapshot (#10202)
  • Follower cannot receive snapshot because "chunk received out of order" (#10180)
  • Delete existing PENDING_DEPLOYMENT causes ZeebeDbInconsistentException (#10064)
  • NullPointerException upon writing error response (#10014)
  • Too big Deployment is no longer rejected (#9946)
  • java.lang.ClassCastException: class ModelElementInstanceImpl cannot be cast to class BpmnModelElementInstance (#4817)
  • Unable to use the same input/output element in multi-instance (#4687)

Misc

  • RuntimeException: Cannot handle event with version newer than what is implemented by broker (4 > 3) (#9949)
  • Don't log JsonParseException in the gateway as errors (#9933)
  • NPE as MessagePublishProcessor tried to sendCorrelateCommand (#9860)
  • Time Cycle with start time is triggered multiple times after broker restart (#9680)

Maintenance

  • Install backup manager with configured backup store (#10207)
  • Add last written position as metadata in snapshot (#10115)
  • Add new utility module specifically for QA tests (#10089)
  • Replace direct reset with buffered writers (#10047)
  • Clarify DEAD state in Grafana dashboard (#10043)
  • Iterate over BufferedProcessingResultBuilder (#10001)
  • Actuators are cumbersome to maintain and extend (#9996)
  • Backup manager can get the status of a backup (#9981)
  • RandomizedRaftTest test results can't be parsed by publish-unit-test-result-action (#9959)
  • Notify CheckpointListeners after init and replay (#9916)
  • Introduce ProcessingScheduleService (#9730)
  • Clean up StreamingPlatform / Engine (#9727)
  • Refactor StreamProcessor / Engine (#9725)
  • Remove LogStream writers from Engine (#9724)
  • Reject create process instance command using logical transaction (#9644)
  • GHA: Bundle post-test steps into a reusable action (#9135)
  • Migrated to newer prometheus operator (#9074)

Merged Pull Requests

  • [Backport stable/8.0] Only check that the topology reports all replicas (#10084)
  • fix: create new readers and writer for every async request (#10026)
  • ci: set reasonable timeouts for test jobs (#10024)
  • Reusable build docker action (#10017)
  • Generate and verify labels of Docker image during release (#10013)
  • Remove proxy writers (#10000)
  • Create EventAppliers in engine (#9985)

... (truncated)

Commits
  • 9233af4 [maven-release-plugin] prepare release 8.1.0
  • 395ca71 build(project): update go embedded version data
  • 76a9ce9 merge: #10584
  • 1de79b6 refactor: update comment
  • 13122c3 fix: do not use extra submit
  • 4764cc4 test: remove ProcessingScheduleServiceIntegrationTest
  • 332a405 refactor: remove LogStream from API
  • 7017918 test: use one Executor for exporting records
  • c7ff8cd Merge pull request #10586 from camunda/backport-10468-to-release-8.1.0
  • 352e767 style: apply codestyle
  • Additional commits viewable in compare view

Updates zeebe-test-util from 8.0.6 to 8.1.0

Release notes

Sourced from zeebe-test-util's releases.

8.1.0-alpha5

Release 8.1.0-alpha5

Enhancements

Misc

  • Use OCI and OpenShift labels as part of Docker image metadata (#9940)
  • Support generic properties as extension element (#9868)
  • I can set cron expression for timer cycle (#9673)
  • Support BPMN Inclusive Gateways (#6018)

Bug Fixes

Broker

  • Follower cannot receive new entries because it did not reset the log on receiving snapshot (#10202)
  • Follower cannot receive snapshot because "chunk received out of order" (#10180)
  • Delete existing PENDING_DEPLOYMENT causes ZeebeDbInconsistentException (#10064)
  • NullPointerException upon writing error response (#10014)
  • Too big Deployment is no longer rejected (#9946)
  • java.lang.ClassCastException: class ModelElementInstanceImpl cannot be cast to class BpmnModelElementInstance (#4817)
  • Unable to use the same input/output element in multi-instance (#4687)

Misc

  • RuntimeException: Cannot handle event with version newer than what is implemented by broker (4 > 3) (#9949)
  • Don't log JsonParseException in the gateway as errors (#9933)
  • NPE as MessagePublishProcessor tried to sendCorrelateCommand (#9860)
  • Time Cycle with start time is triggered multiple times after broker restart (#9680)

Maintenance

  • Install backup manager with configured backup store (#10207)
  • Add last written position as metadata in snapshot (#10115)
  • Add new utility module specifically for QA tests (#10089)
  • Replace direct reset with buffered writers (#10047)
  • Clarify DEAD state in Grafana dashboard (#10043)
  • Iterate over BufferedProcessingResultBuilder (#10001)
  • Actuators are cumbersome to maintain and extend (#9996)
  • Backup manager can get the status of a backup (#9981)
  • RandomizedRaftTest test results can't be parsed by publish-unit-test-result-action (#9959)
  • Notify CheckpointListeners after init and replay (#9916)
  • Introduce ProcessingScheduleService (#9730)
  • Clean up StreamingPlatform / Engine (#9727)
  • Refactor StreamProcessor / Engine (#9725)
  • Remove LogStream writers from Engine (#9724)
  • Reject create process instance command using logical transaction (#9644)
  • GHA: Bundle post-test steps into a reusable action (#9135)
  • Migrated to newer prometheus operator (#9074)

Merged Pull Requests

  • [Backport stable/8.0] Only check that the topology reports all replicas (#10084)
  • fix: create new readers and writer for every async request (#10026)
  • ci: set reasonable timeouts for test jobs (#10024)
  • Reusable build docker action (#10017)
  • Generate and verify labels of Docker image during release (#10013)
  • Remove proxy writers (#10000)
  • Create EventAppliers in engine (#9985)

... (truncated)

Commits
  • 9233af4 [maven-release-plugin] prepare release 8.1.0
  • 395ca71 build(project): update go embedded version data
  • 76a9ce9 merge: #10584
  • 1de79b6 refactor: update comment
  • 13122c3 fix: do not use extra submit
  • 4764cc4 test: remove ProcessingScheduleServiceIntegrationTest
  • 332a405 refactor: remove LogStream from API
  • 7017918 test: use one Executor for exporting records
  • c7ff8cd Merge pull request #10586 from camunda/backport-10468-to-release-8.1.0
  • 352e767 style: apply codestyle
  • Additional commits viewable in compare view

Updates zeebe-db from 8.0.6 to 8.1.0

Release notes

Sourced from zeebe-db's releases.

8.1.0-alpha5

Release 8.1.0-alpha5

Enhancements

Misc

  • Use OCI and OpenShift labels as part of Docker image metadata (#9940)
  • Support generic properties as extension element (#9868)
  • I can set cron expression for timer cycle (#9673)
  • Support BPMN Inclusive Gateways (#6018)

Bug Fixes

Broker

  • Follower cannot receive new entries because it did not reset the log on receiving snapshot (#10202)
  • Follower cannot receive snapshot because "chunk received out of order" (#10180)
  • Delete existing PENDING_DEPLOYMENT causes ZeebeDbInconsistentException (#10064)
  • NullPointerException upon writing error response (#10014)
  • Too big Deployment is no longer rejected (#9946)
  • java.lang.ClassCastException: class ModelElementInstanceImpl cannot be cast to class BpmnModelElementInstance (#4817)
  • Unable to use the same input/output element in multi-instance (#4687)

Misc

  • RuntimeException: Cannot handle event with version newer than what is implemented by broker (4 > 3) (#9949)
  • Don't log JsonParseException in the gateway as errors (#9933)
  • NPE as MessagePublishProcessor tried to sendCorrelateCommand (#9860)
  • Time Cycle with start time is triggered multiple times after broker restart (#9680)

Maintenance

  • Install backup manager with configured backup store (#10207)
  • Add last written position as metadata in snapshot (#10115)
  • Add new utility module specifically for QA tests (#10089)
  • Replace direct reset with buffered writers (#10047)
  • Clarify DEAD state in Grafana dashboard (#10043)
  • Iterate over BufferedProcessingResultBuilder (#10001)
  • Actuators are cumbersome to maintain and extend (#9996)
  • Backup manager can get the status of a backup (#9981)
  • RandomizedRaftTest test results can't be parsed by publish-unit-test-result-action (#9959)
  • Notify CheckpointListeners after init and replay (#9916)
  • Introduce ProcessingScheduleService (#9730)
  • Clean up StreamingPlatform / Engine (#9727)
  • Refactor StreamProcessor / Engine (#9725)
  • Remove LogStream writers from Engine (#9724)
  • Reject create process instance command using logical transaction (#9644)
  • GHA: Bundle post-test steps into a reusable action (#9135)
  • Migrated to newer prometheus operator (#9074)

Merged Pull Requests

  • [Backport stable/8.0] Only check that the topology reports all replicas (#10084)
  • fix: create new readers and writer for every async request (#10026)
  • ci: set reasonable timeouts for test jobs (#10024)
  • Reusable build docker action (#10017)
  • Generate and verify labels of Docker image during release (#10013)
  • Remove proxy writers (#10000)
  • Create EventAppliers in engine (#9985)

... (truncated)

Commits
  • 9233af4 [maven-release-plugin] prepare release 8.1.0
  • 395ca71 build(project): update go embedded version data
  • 76a9ce9 merge: #10584
  • 1de79b6 refactor: update comment
  • 13122c3 fix: do not use extra submit
  • 4764cc4 test: remove ProcessingScheduleServiceIntegrationTest
  • 332a405 refactor: remove LogStream from API
  • 7017918 test: use one Executor for exporting records
  • c7ff8cd Merge pull request #10586 from camunda/backport-10468-to-release-8.1.0
  • 352e767 style: apply codestyle
  • 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 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)

Bumps `zeebe.version` from 8.0.6 to 8.1.0.

Updates `zeebe-bom` from 8.0.6 to 8.1.0
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/zeebe@8.0.6...8.1.0)

Updates `zeebe-workflow-engine` from 8.0.6 to 8.1.0
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/zeebe@8.0.6...8.1.0)

Updates `zeebe-util` from 8.0.6 to 8.1.0
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/zeebe@8.0.6...8.1.0)

Updates `zeebe-logstreams` from 8.0.6 to 8.1.0
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/zeebe@8.0.6...8.1.0)

Updates `zeebe-test-util` from 8.0.6 to 8.1.0
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/zeebe@8.0.6...8.1.0)

Updates `zeebe-db` from 8.0.6 to 8.1.0
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/zeebe@8.0.6...8.1.0)

---
updated-dependencies:
- dependency-name: io.camunda:zeebe-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-workflow-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-logstreams
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-test-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-db
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 4, 2022
@saig0
Copy link
Collaborator

saig0 commented Oct 5, 2022

We can't simply dump the version. It requires a manual update because of the changes.

Close this issue in favor of #218.

@saig0 saig0 closed this Oct 5, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 5, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/zeebe.version-8.1.0 branch October 5, 2022 07:55
@github-actions
Copy link

github-actions bot commented Oct 5, 2022

Only merged pull requests can be backported.

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.

None yet

1 participant