From e74530de3df8ecd7c3f8ae28d2ff50d8ff6ddeb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 13:27:17 +0200 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 (#536) Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.10.0 to 4.11.0. - [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.10.0...parent-4.11.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- splunk-otel-android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splunk-otel-android/build.gradle.kts b/splunk-otel-android/build.gradle.kts index f5b7448d0..e7af67986 100644 --- a/splunk-otel-android/build.gradle.kts +++ b/splunk-otel-android/build.gradle.kts @@ -63,7 +63,7 @@ dependencies { implementation("io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0:$otelInstrumentationAlphaVersion") api("io.opentelemetry:opentelemetry-api") - api("com.squareup.okhttp3:okhttp:4.10.0") + api("com.squareup.okhttp3:okhttp:4.11.0") testImplementation("org.mockito:mockito-core:5.3.0") testImplementation("org.mockito:mockito-junit-jupiter:5.3.0")