From 5bcb6ffe1b559e962dbd37089b5a44420b232313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 09:47:23 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okio:okio from 3.6.0 to 3.15.0 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.6.0 to 3.15.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.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0bfa0115..97cc5814 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.13.1' implementation 'com.squareup.okhttp3:okhttp:4.12.0' - implementation 'com.squareup.okio:okio:3.6.0' + implementation 'com.squareup.okio:okio:3.15.0' implementation 'commons-codec:commons-codec:1.18.0' }