From 0481c93c56ffe70c7b331436ed3bc893a1cc4a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 04:00:46 +0000 Subject: [PATCH] Bump com.squareup.okio:okio from 3.9.1 to 3.10.2 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.9.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.9.1...3.10.2) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6920c47f..467fd1cf 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { // https://mvnrepository.com/artifact/org.mockito/mockito-core testImplementation 'org.mockito:mockito-core:4.9.0' testImplementation 'org.hamcrest:hamcrest:3.0' - testImplementation 'com.squareup.okio:okio:3.9.1' + testImplementation 'com.squareup.okio:okio:3.10.2' testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'