From 0a2eeaa07a24bbcdce81a9c7d8ce083d1b1d9af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:21:53 +0000 Subject: [PATCH] Bump com.squareup.okio:okio from 3.9.0 to 3.9.1 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.9.0 to 3.9.1. - [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.9.0...3.9.1) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b72d50af..7f53bebf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ kotlinpoet = "1.18.1" mavenplugin = "0.29.0" moshi = "1.15.1" okhttp = "4.12.0" -okio = "3.9.0" +okio = "3.9.1" protobuf = "4.28.1" slf4j = "2.0.16" spotless = "6.25.0"