Skip to content

Commit de4947c

Browse files
Bump com.squareup.okio:okio from 3.11.0 to 3.15.0
Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.11.0 to 3.15.0. - [Release notes](https://github.com/square/okio/releases) - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](square/okio@parent-3.11.0...parent-3.15.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18992a1 commit de4947c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agent-tooling/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
6464

6565
// TODO(trask): update tests, no need to use this anymore
66-
testImplementation("com.squareup.okio:okio:3.11.0")
66+
testImplementation("com.squareup.okio:okio:3.15.0")
6767

6868
compileOnly(project(":agent:agent-bootstrap"))
6969
compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api")

0 commit comments

Comments
 (0)