From 93e64b8f19381cf196cf8c75fa460ec8630721d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:51:15 +0000 Subject: [PATCH] Bump com.squareup.okio:okio from 3.7.0 to 3.8.0 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.7.0 to 3.8.0. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.7.0...parent-3.8.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client-groovy4/build.gradle.kts | 2 +- client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client-groovy4/build.gradle.kts b/client-groovy4/build.gradle.kts index 8d6967d7..5d74625b 100644 --- a/client-groovy4/build.gradle.kts +++ b/client-groovy4/build.gradle.kts @@ -112,7 +112,7 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.12") testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14") - implementation("com.squareup.okio:okio:3.7.0") + implementation("com.squareup.okio:okio:3.8.0") api("com.squareup.okhttp3:okhttp:4.12.0") testImplementation("com.squareup.okhttp3:mockwebserver:[4,5)") diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 7cc8ff73..c4e7810d 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -112,7 +112,7 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.12") testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14") - implementation("com.squareup.okio:okio:3.7.0") + implementation("com.squareup.okio:okio:3.8.0") api("com.squareup.okhttp3:okhttp:4.12.0") testImplementation("com.squareup.okhttp3:mockwebserver:[4,5)")