-
Notifications
You must be signed in to change notification settings - Fork 1.2k
upgrade some dependencies for CVE Patches (part 1) #5373
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
Merged
Merged
Conversation
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
bdoyle0182
commented
Jan 30, 2023
@@ -33,7 +33,7 @@ subprojects { | |||
scalafmt.configFilePath = gradle.scalafmt.config | |||
|
|||
group 'org.apache.openwhisk' | |||
version '1.0.0-SNAPSHOT' | |||
version '1.0.1-SNAPSHOT' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this was ever updated properly since the original release.
Codecov Report
@@ Coverage Diff @@
## master #5373 +/- ##
===========================================
+ Coverage 66.46% 76.77% +10.30%
===========================================
Files 240 240
Lines 14569 14569
Branches 642 647 +5
===========================================
+ Hits 9684 11186 +1502
+ Misses 4885 3383 -1502
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
b5f22de
to
4278b12
Compare
8131ebc
to
fd1117e
Compare
rabbah
approved these changes
Feb 3, 2023
mtt-merz
pushed a commit
to mtt-merz/openwhisk
that referenced
this pull request
Oct 22, 2023
* upgrade some dependencies * fix swagger test * fix swagger tests * update version tag back * attempt to fix swagger * fix swagger again to match OpenAPI 3.0 * suppress deprecated swagger validator class * revert swagger validator test dependency upgrade * missed swagger cleanup --------- Co-authored-by: Brendan Doyle <[email protected]> (cherry picked from commit 084c2ad)
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.
Description
Handles dependencies that have transitive dependency cve's. Will do this in a series so I'm not touching too much at once.
Related issue and scope
My changes affect the following components
Types of changes
Checklist: