Skip to content

Commit 9e4001c

Browse files
Bump okio from 3.3.0 to 3.16.0
Bumps `okio` from 3.3.0 to 3.16.0. Updates `com.squareup.okio:okio` from 3.3.0 to 3.16.0 - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](square/okio@parent-3.3.0...parent-3.16.0) Updates `com.squareup.okio:okio-fakefilesystem` from 3.16.0 to 3.16.0 - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](square/okio@parent-3.16.0...parent-3.16.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okio:okio-fakefilesystem dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d2c5d6 commit 9e4001c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

misk-crypto/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
testFixturesImplementation(project(":wisp:wisp-deployment"))
4040
testFixturesImplementation(project(":misk-config"))
4141

42-
testImplementation("com.squareup.okio:okio:3.3.0")
42+
testImplementation("com.squareup.okio:okio:3.16.0")
4343
testImplementation(libs.assertj)
4444
testImplementation(libs.junitApi)
4545
testImplementation(libs.logbackClassic)

misk-slack/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
testImplementation(libs.moshiKotlin)
3131
testImplementation(libs.okHttpMockWebServer)
3232
testImplementation(project(":wisp:wisp-deployment"))
33-
testImplementation("com.squareup.okio:okio:3.3.0")
33+
testImplementation("com.squareup.okio:okio:3.16.0")
3434
testImplementation(project(":misk-service"))
3535
testImplementation(project(":misk-testing"))
3636
}

0 commit comments

Comments
 (0)