From 6b35edaed0ebd4cb2b384848fa8be10529441c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 03:15:39 +0000 Subject: [PATCH] Bump com.apollographql.apollo:apollo-runtime from 2.4.6 to 2.5.14 Bumps [com.apollographql.apollo:apollo-runtime](https://github.com/apollographql/apollo-android) from 2.4.6 to 2.5.14. - [Release notes](https://github.com/apollographql/apollo-android/releases) - [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-android/compare/v2.4.6...v2.5.14) --- updated-dependencies: - dependency-name: com.apollographql.apollo:apollo-runtime dependency-type: direct:production update-type: version-update:semver-minor ... 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 517dc4dd9..3a3c1f1c0 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -86,7 +86,7 @@ dependencies { implementation ('org.gretty:gretty:4.1.6') { exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools' } - implementation 'com.apollographql.apollo:apollo-runtime:2.4.6' + implementation 'com.apollographql.apollo:apollo-runtime:2.5.14' implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0' implementation 'com.github.spullara.mustache.java:compiler:0.9.14' implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.43'