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

Update CI; Swift 5.2 is now minimum; Update dependencies #110

Merged
merged 4 commits into from
Sep 30, 2022

Conversation

dannys42
Copy link
Contributor

No description provided.

@CLAassistant
Copy link

CLAassistant commented Sep 30, 2022

CLA assistant check
All committers have signed the CLA.

s.osx.deployment_target = "10.13"
s.ios.deployment_target = "11.0"
s.tvos.deployment_target = "11.0"
s.watchos.deployment_target = "4.0"
s.source = { :git => "https://github.com/Kitura/Swift-JWT.git", :tag => s.version }
s.source_files = "Sources/**/*.swift"
s.dependency 'BlueRSA', '~> 1.0.200'
s.dependency 'BlueECC', '~> 1.1.0'
s.dependency 'LoggerAPI', '~> 1.7.0'
s.dependency 'KituraContracts', '~> 1.2.200'
s.dependency 'BlueCryptor', '~> 2.0.1'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I submitted a PR for BlueCryptor that would clean up the "cryptographically broken" MD2, MD4, & MD5 options...so...might end up needing to up this to like a ~> 3.0...

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'll address in a future PR.

@sonarcloud
Copy link

sonarcloud bot commented Sep 30, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dannys42 dannys42 merged commit 08e02ff into Kitura:master Sep 30, 2022
@dannys42 dannys42 deleted the MISC-ci branch September 30, 2022 22:09
@LowAmmo
Copy link

LowAmmo commented Oct 5, 2022

@dannys42 Thanks for updating!

Any chance you can publish the new 4.0.0 version to cocoapods? 😄

(3.6.200 is still the most recent version - https://github.com/CocoaPods/Specs/tree/master/Specs/c/d/d/SwiftJWT)

@dannys42
Copy link
Contributor Author

dannys42 commented Oct 6, 2022

@LowAmmo Looks like BlueRSA and BlueECC have to be updated and pushed as well. I'll see what I can do about that and in getting your PR's for those addressed.

@LowAmmo
Copy link

LowAmmo commented Oct 6, 2022

Awesome! Thanks for the attention and quick responses, @dannys42 !

You are a gentleman and a scholar

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