From 0857fd05dd137053e804f5f78b5b5006a0517987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 06:30:03 +0000 Subject: [PATCH] build(deps): bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.12.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.10.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.10.0...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- uploadservice-okhttp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uploadservice-okhttp/build.gradle b/uploadservice-okhttp/build.gradle index ddef149f..834cece6 100644 --- a/uploadservice-okhttp/build.gradle +++ b/uploadservice-okhttp/build.gradle @@ -70,7 +70,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - api 'com.squareup.okhttp3:okhttp:4.10.0' + api 'com.squareup.okhttp3:okhttp:4.12.0' //api "net.gotev:uploadservice:${version}" //comment the previous line and uncomment the next line for development (it uses the local lib) api project(':uploadservice')