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