From d5d492d78278167f3934b3c38b4ed65ddc21d0c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:14:53 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okio:okio from 3.6.0 to 3.13.0 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.6.0 to 3.13.0. - [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/parent-3.6.0...parent-3.13.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-version: 3.13.0 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 d39a21ea..e391dbb7 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3' implementation 'com.google.code.gson:gson:2.10' implementation 'com.squareup.okhttp3:okhttp:4.12.0' - implementation 'com.squareup.okio:okio:3.6.0' + implementation 'com.squareup.okio:okio:3.13.0' implementation 'commons-codec:commons-codec:1.15' }