From 6567f2ab2ccc0c63ab90a086390356a1f4f9384b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:51:14 +0000 Subject: [PATCH] Bump com.apollographql.apollo:apollo-runtime from 2.4.5 to 2.4.6 Bumps [com.apollographql.apollo:apollo-runtime](https://github.com/apollographql/apollo-android) from 2.4.5 to 2.4.6. - [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.5...v2.4.6) --- updated-dependencies: - dependency-name: com.apollographql.apollo:apollo-runtime 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 a361158b0..dccd770d7 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -86,7 +86,7 @@ dependencies { implementation ('org.gretty:gretty:4.1.2') { exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools' } - implementation 'com.apollographql.apollo:apollo-runtime:2.4.5' + implementation 'com.apollographql.apollo:apollo-runtime:2.4.6' 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.15'