Skip to content

Commit

Permalink
Update dependency com.squareup.okhttp3:okhttp to v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent 5ddd721 commit b223616
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ ext.dep = [
"kotlinGradlePlugin": "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10",
"kotlinStdLib": "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.10",
"miskWebPlugin": "com.squareup.misk-web-plugin:misk-web-plugin:2019022115128d6fdea",
"okHttp": "com.squareup.okhttp3:okhttp:4.10.0",
"okHttp": "com.squareup.okhttp3:okhttp:4.12.0",
]
// Auto-generated from polyrepo's master-dependencies.json. Update via polyrepo dep-add and polyrepo dep-upgrade.
2 changes: 1 addition & 1 deletion misk-web-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

dependencies {
compile("com.squareup.okhttp3:okhttp:4.10.0")
compile("com.squareup.okhttp3:okhttp:4.12.0")
}

pluginBundle {
Expand Down
2 changes: 1 addition & 1 deletion misk-web-plugin/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gradlePlugin {
}

dependencies {
compile("com.squareup.okhttp3:okhttp:4.10.0")
compile("com.squareup.okhttp3:okhttp:4.12.0")
}

repositories {
Expand Down

0 comments on commit b223616

Please sign in to comment.