mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
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:
parent
fc211418c4
commit
2639298115
|
@ -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")
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue