From a679fb17156ba357b1157b446dc3f53a28ff017d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:31:21 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okio:okio from 3.15.0 to 3.16.3 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.15.0 to 3.16.3. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.15.0...parent-3.16.3) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-version: 3.16.3 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..54db1801 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.3' implementation 'commons-codec:commons-codec:1.19.0' }