From 4ec64bad78766093f4aee9e3a61520b1e2838f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:32:38 +0000 Subject: [PATCH] chore(deps): bump com.apollographql.apollo3:apollo-runtime Bumps [com.apollographql.apollo3:apollo-runtime](https://github.com/apollographql/apollo-kotlin) from 3.8.2 to 3.8.6. - [Release notes](https://github.com/apollographql/apollo-kotlin/releases) - [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-kotlin/compare/v3.8.2...v3.8.6) --- updated-dependencies: - dependency-name: com.apollographql.apollo3:apollo-runtime dependency-version: 3.8.6 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 1b3c05168e..2e794f4535 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -81,7 +81,7 @@ animalsniffer-gradle-plugin = { module = "ru.vyarus:gradle-animalsniffer-plugin" apache-httpclient = { module = "org.apache.httpcomponents.client5:httpclient5", version = "5.0.4" } apollo2-coroutines = { module = "com.apollographql.apollo:apollo-coroutines-support", version.ref = "apollo" } apollo2-runtime = { module = "com.apollographql.apollo:apollo-runtime", version.ref = "apollo" } -apollo3-kotlin = { module = "com.apollographql.apollo3:apollo-runtime", version = "3.8.2" } +apollo3-kotlin = { module = "com.apollographql.apollo3:apollo-runtime", version = "3.8.6" } apollo4-kotlin = { module = "com.apollographql.apollo:apollo-runtime", version = "4.1.1" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.3.0" } androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" }