build(deps): bump okhttp from 4.9.0 to 4.9.3 (#1553)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-30 12:38:23 +00:00 committed by GitHub
parent fc211418c4
commit 2639298115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ dependencies {
dependencySync("com.google.dagger:hilt-android-gradle-plugin:$hilt")
dependencySync("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin")
dependencySync("com.vanniktech:gradle-maven-publish-plugin:0.18.0")
dependencySync("com.squareup.okhttp3:okhttp:4.9.0")
dependencySync("com.squareup.okhttp3:okhttp:4.9.3")
dependencySync("com.vdurmont:semver4j:3.1.0")
dependencySync("com.diffplug.spotless:spotless-plugin-gradle:6.0.0")

View file

@ -80,7 +80,7 @@ testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit",
build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.18.0"
build-okhttp = "com.squareup.okhttp3:okhttp:4.9.0"
build-okhttp = "com.squareup.okhttp3:okhttp:4.9.3"
build-semver = "com.vdurmont:semver4j:3.1.0"