-
-
Notifications
You must be signed in to change notification settings - Fork 735
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
Dependency upgrades #1819
Dependency upgrades #1819
Conversation
Gradle update to 7.2 as 7+ is required by updated dependencies
This needs some more testing. So far everything looks good, there have been no breaking changes, Gradle excluded, that affect us. |
nitpick: this should also bump the versions at the bottom of the readme |
Out of curiosity, do we know if it is the upgrade to Okhttp that is spiking our jar sizes? |
Definitely a factor... Okhttp 3.13.0 is 404 KB. |
Doesn't OkHttp 4.x pull Kotlin as a dependency also? |
According to https://square.github.io/okhttp/upgrading_to_okhttp_4/#gradle , there should be no difference to 3.13. |
That only talks about minimum requirements. And yes, it does pull Kotlin. |
# Conflicts: # build.gradle.kts # gradle/wrapper/gradle-wrapper.properties
Added jackson-core Upgraded jackson-databind
# Conflicts: # gradle/wrapper/gradle-wrapper.jar # gradlew
Via `gradle wrapper --gradle-version 7.4`
Via `gradle wrapper --gradle-version 7.4.2`
Remove okhttp javadoc as it no longer exists
Pull Request Etiquette
Changes
Description
Jar sizes before and after updates (in KB) (Build date: 03.11.2021)
Dependency Upgrades