Vulnerability fix: unblock dependabot runs so vulnerable dependencies get update.#520
Open
sursingh wants to merge 3 commits into
Open
Vulnerability fix: unblock dependabot runs so vulnerable dependencies get update.#520sursingh wants to merge 3 commits into
sursingh wants to merge 3 commits into
Conversation
Sarama ownership moved to IBM; v1.40.0 is the first release with the updated module path. see: IBM/sarama#2461 This should fix dependabot runs that have been failing since a long time.
Bumps [github.com/IBM/sarama](https://github.com/IBM/sarama) from 1.40.0 to 1.50.3. - [Release notes](https://github.com/IBM/sarama/releases) - [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md) - [Commits](IBM/sarama@v1.40.0...v1.50.3) --- updated-dependencies: - dependency-name: github.com/IBM/sarama dependency-version: 1.50.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…IBM/sarama-1.50.3 build(deps): bump github.com/IBM/sarama from 1.40.0 to 1.50.3
Author
|
@lspgn : Could you help with this. Let me know if you need me to make any changes. Thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependabot has been failing for quite some time. This was due to change in ownership of sarama from Shopify to IBM. see: IBM/sarama#2461
Manually fixed the path. After the fix the dependabot was able to update the dependencies.