From 83bc13590d7dff7f148c402831cc4e0416e375f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:40:31 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.11.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.11.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] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 88500e02..46a18718 100644 --- a/build.gradle +++ b/build.gradle @@ -52,12 +52,12 @@ artifacts { dependencies { compileOnly 'com.google.appengine:appengine-api-1.0-sdk:2.0.21' - api 'com.squareup.okhttp3:okhttp:4.11.0' + api 'com.squareup.okhttp3:okhttp:4.12.0' api 'com.google.code.gson:gson:2.10.1' api 'io.opencensus:opencensus-api:0.31.1' implementation 'org.slf4j:slf4j-api:2.0.9' testImplementation 'junit:junit:4.13.2' - testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' + testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' testImplementation 'org.slf4j:slf4j-simple:2.0.9' testImplementation 'org.apache.commons:commons-lang3:3.13.0'