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 OkHttp to 4.12.0 #1975

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

0xnm
Copy link
Contributor

@0xnm 0xnm commented Apr 8, 2024

What does this PR do?

This PR updates OkHttp version to 4.12.0, changelog is here https://square.github.io/okhttp/changelogs/changelog_4x/

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@0xnm 0xnm requested review from a team as code owners April 8, 2024 14:04
@0xnm 0xnm changed the base branch from develop to nogorodnikov/update-kotlin-to-1.8.22 April 8, 2024 14:05
@0xnm 0xnm force-pushed the nogorodnikov/update-okhttp-to-4.12.0 branch from 8382ae8 to 1b24ca1 Compare April 8, 2024 14:11
@0xnm 0xnm force-pushed the nogorodnikov/update-okhttp-to-4.12.0 branch from 1b24ca1 to 4797af9 Compare April 8, 2024 14:33
@@ -2,7 +2,7 @@ Dependencies List

androidx.annotation:annotation:1.3.0 : 30 Kb
com.google.code.gson:gson:2.10.1 : 276 Kb
org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 : 216 Kb
org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10 : 219 Kb
Copy link
Collaborator

Choose a reason for hiding this comment

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

you are updating to 1.9 here but in the prev PR you mentioned that this is not yet recommended. Are we safe here ?

Copy link
Contributor Author

@0xnm 0xnm Apr 8, 2024

Choose a reason for hiding this comment

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

Well, we don't update compiler, so in theory it is safe, but I'm going to keep this PR on hold anyway, because of Kotlin 1.9 stdlib usage. Once we are confirmed that we are fine with Kotlin 1.9, we can merge this one.

@codecov-commenter
Copy link

codecov-commenter commented Apr 8, 2024

Codecov Report

Merging #1975 (4797af9) into develop (166a522) will increase coverage by 0.08%.
Report is 11 commits behind head on develop.
The diff coverage is n/a.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1975      +/-   ##
===========================================
+ Coverage    83.61%   83.69%   +0.08%     
===========================================
  Files          487      487              
  Lines        17742    17699      -43     
  Branches      2664     2656       -8     
===========================================
- Hits         14834    14812      -22     
+ Misses        2187     2164      -23     
- Partials       721      723       +2     

see 29 files with indirect coverage changes

Copy link
Collaborator

@mariusc83 mariusc83 left a comment

Choose a reason for hiding this comment

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

Just one question...

Base automatically changed from nogorodnikov/update-kotlin-to-1.8.22 to develop April 9, 2024 08: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.

None yet

5 participants