From dbf0edb2717152d93a108bbd64a41cb6071dd310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 11:25:09 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okio:okio from 3.15.0 to 3.16.2 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.15.0 to 3.16.2. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.15.0...3.16.2) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-version: 3.16.2 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 1bd02452..b288c3cc 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '3.0' implementation 'com.google.code.gson:gson:2.13.1' implementation 'com.squareup.okhttp3:okhttp:5.1.0' - implementation 'com.squareup.okio:okio:3.15.0' + implementation 'com.squareup.okio:okio:3.16.2' implementation 'commons-codec:commons-codec:1.19.0' }