From 5bf671efcd3d7f25efeec478271bb49491ddc303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 03:33:24 +0000 Subject: [PATCH] Bump com.squareup.okio:okio from 3.10.1 to 3.10.2 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.10.1 to 3.10.2. - [Release notes](https://github.com/square/okio/releases) - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/3.10.1...3.10.2) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- agent/agent-tooling/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/agent-tooling/build.gradle.kts b/agent/agent-tooling/build.gradle.kts index dbae29e10d5..4d9c13517c1 100644 --- a/agent/agent-tooling/build.gradle.kts +++ b/agent/agent-tooling/build.gradle.kts @@ -62,7 +62,7 @@ dependencies { testImplementation("io.opentelemetry:opentelemetry-sdk-testing") // TODO(trask): update tests, no need to use this anymore - testImplementation("com.squareup.okio:okio:3.10.1") + testImplementation("com.squareup.okio:okio:3.10.2") compileOnly(project(":agent:agent-bootstrap")) compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api")