summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-30 12:38:23 +0000
committerGitHub <noreply@github.com>2021-11-30 12:38:23 +0000
commit2639298115dd8ad12e7bf8218e4994b10de07232 (patch)
treec3a8fac6cd605d2c2c09d0f382df13af21486ade
parentfc211418c4a3961b00b255c855c10131d1f1540c (diff)
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>
-rw-r--r--dependency-sync/build.gradle.kts2
-rw-r--r--gradle/libs.versions.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/dependency-sync/build.gradle.kts b/dependency-sync/build.gradle.kts
index c03f5de2..b8c9a354 100644
--- a/dependency-sync/build.gradle.kts
+++ b/dependency-sync/build.gradle.kts
@@ -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")
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 0b2486a5..245d227a 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -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"