From e45ceefc7cd4b01d7a4408ca881d9b464e158b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 08:33:41 +0000 Subject: [PATCH] Bump okhttp-bom from 4.9.2 to 4.9.3 Bumps [okhttp-bom](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- okhttp-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okhttp-plugin/build.gradle b/okhttp-plugin/build.gradle index c747a0ca..6fac7a91 100644 --- a/okhttp-plugin/build.gradle +++ b/okhttp-plugin/build.gradle @@ -3,7 +3,7 @@ apply plugin: "java-gradle-plugin" apply plugin: "com.gradle.plugin-publish" dependencies { - api platform("com.squareup.okhttp3:okhttp-bom:4.9.2") + api platform("com.squareup.okhttp3:okhttp-bom:4.9.3") api "com.squareup.okhttp3:okhttp" api "com.squareup.okhttp3:logging-interceptor"