Skip to content

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 9 commits into from
Feb 12, 2023

Conversation

bdoyle0182
Copy link
Contributor

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

  • I opened an issue to propose and discuss this change (#????)

My changes affect the following components

  • API
  • Controller
  • Message Bus (e.g., Kafka)
  • Loadbalancer
  • Scheduler
  • Invoker
  • Intrinsic actions (e.g., sequences, conductors)
  • Data stores (e.g., CouchDB)
  • Tests
  • Deployment
  • CLI
  • General tooling
  • Documentation

Types of changes

  • Bug fix (generally a non-breaking change which closes an issue).
  • Enhancement or new feature (adds new functionality).
  • Breaking change (a bug fix or enhancement which changes existing behavior).

Checklist:

  • I signed an Apache CLA.
  • I reviewed the style guides and followed the recommendations (Travis CI will check :).
  • I added tests to cover my changes.
  • My changes require further changes to the documentation.
  • I updated the documentation where necessary.

@@ -33,7 +33,7 @@ subprojects {
scalafmt.configFilePath = gradle.scalafmt.config

group 'org.apache.openwhisk'
version '1.0.0-SNAPSHOT'
version '1.0.1-SNAPSHOT'
Copy link
Contributor Author

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-commenter
Copy link

codecov-commenter commented Jan 31, 2023

Codecov Report

Merging #5373 (12489ed) into master (096dba4) will increase coverage by 10.30%.
The diff coverage is n/a.

@@             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     
Impacted Files Coverage Δ
...rg/apache/openwhisk/common/ForcibleSemaphore.scala 88.46% <0.00%> (-7.70%) ⬇️
...la/org/apache/openwhisk/core/invoker/Invoker.scala 72.15% <0.00%> (-0.35%) ⬇️
...org/apache/openwhisk/core/entity/WhiskAction.scala 93.44% <0.00%> (+1.09%) ⬆️
.../org/apache/openwhisk/core/entity/InstanceId.scala 92.42% <0.00%> (+1.51%) ⬆️
...openwhisk/core/service/DataManagementService.scala 92.18% <0.00%> (+1.56%) ⬆️
...apache/openwhisk/core/service/WatcherService.scala 83.33% <0.00%> (+1.85%) ⬆️
...enwhisk/core/entity/FullyQualifiedEntityName.scala 91.89% <0.00%> (+2.70%) ⬆️
.../org/apache/openwhisk/common/NestedSemaphore.scala 87.87% <0.00%> (+3.03%) ⬆️
.../org/apache/openwhisk/core/connector/Message.scala 69.19% <0.00%> (+5.35%) ⬆️
...ala/org/apache/openwhisk/core/entity/DocInfo.scala 95.12% <0.00%> (+7.31%) ⬆️
... and 21 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@bdoyle0182 bdoyle0182 changed the title upgrade some dependencies (part 1) upgrade some dependencies for CVE Patches (part 1) Jan 31, 2023
@bdoyle0182 bdoyle0182 mentioned this pull request Jan 31, 2023
21 tasks
@bdoyle0182 bdoyle0182 merged commit 084c2ad into apache:master Feb 12, 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants