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

misc: bump dependency versions #83

Merged
merged 4 commits into from
Nov 17, 2023
Merged

misc: bump dependency versions #83

merged 4 commits into from
Nov 17, 2023

Conversation

lauzadis
Copy link
Member

Issue #, if available:

Description of changes:
Bump dependencies to their latest available versions

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@lauzadis lauzadis requested a review from a team as a code owner November 14, 2023 20:41
Copy link

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 1 Code Smell

No Coverage information No Coverage information
No Duplication information No Duplication information

Comment on lines +1 to +5
{
"id": "c2af8534-4505-415d-bafa-ab035e261c08",
"type": "misc",
"description": "Upgrade dependencies to their latest versions, notably Kotlin 1.9.20"
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Question: Do we call changes like this "breaking"? Should we minor-version-bump the CRT's sdkVersion?

Comment on lines 126 to 127
*/
@OptIn(ExperimentalTime::class)
private suspend fun connectAllCiphers(url: String) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Question: Did something (IDE, Gradle, etc.) proactively warn you about the unnecessity of this opt-in? Or did you just happen to see this and elect to remove it?

Copy link
Member Author

Choose a reason for hiding this comment

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

The IDE warned me. I did a global code search for all @OptIn annotations, and removed the ones which the IDE deemed unnecessary

@lauzadis lauzadis merged commit e97e619 into main Nov 17, 2023
6 checks passed
@lauzadis lauzadis deleted the misc-bump-all-the-versions branch November 17, 2023 15:48
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