diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-06-12 22:22:52 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-12 22:22:52 +0530 |
commit | 2ba3a086229ac46eb5287716e434b5bd32ea6d2a (patch) | |
tree | c49006d465737e00c182f363c3c996651a6ae0b2 /gradle | |
parent | fefe570c41567aeb0b4f5cef6ab787001ad0af43 (diff) |
chore(deps): update dependency com.squareup.okhttp3:okhttp to v4.10.0 (#1953)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f2039d6b..36d95bcf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,7 +43,7 @@ build-binarycompat = "org.jetbrains.kotlinx:binary-compatibility-validator:0.10. build-download = "de.undercouch:gradle-download-task:5.1.0" build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.20.0" -build-okhttp = "com.squareup.okhttp3:okhttp:4.9.3" +build-okhttp = "com.squareup.okhttp3:okhttp:4.10.0" build-semver = "com.vdurmont:semver4j:3.1.0" build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:3.1.0" build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.7.2" |