From 1a1144feb9fb0f74ecf458a948579c6aa18f5517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 05:12:20 +0000 Subject: [PATCH] Bump com.apollographql.apollo from 5.0.0 to 5.0.1 Bumps [com.apollographql.apollo](https://github.com/apollographql/apollo-kotlin) from 5.0.0 to 5.0.1. - [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/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: com.apollographql.apollo dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index af567dc9b..7472a3cd1 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -3,7 +3,7 @@ plugins { id "groovy-gradle-plugin" id "java" id "groovy" - id 'com.apollographql.apollo' version '5.0.0' + id 'com.apollographql.apollo' version '5.0.1' } java {