From 6d8421e79f059b9db0f82d82a823a8d834b94e33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:53:59 +0000 Subject: [PATCH] Bump com.apollographql.apollo:apollo-runtime from 2.4.5 to 2.5.14 Bumps [com.apollographql.apollo:apollo-runtime](https://github.com/apollographql/apollo-android) from 2.4.5 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.5...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 3e736d9e..d528cfe5 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation 'io.github.gradle-nexus:publish-plugin:1.3.0' implementation 'io.spring.gradle:dependency-management-plugin:1.0.15.RELEASE' implementation 'io.projectreactor:reactor-core:3.6.4' - implementation 'com.apollographql.apollo:apollo-runtime:2.4.5' + implementation 'com.apollographql.apollo:apollo-runtime:2.5.14' implementation 'com.github.ben-manes:gradle-versions-plugin:0.41.0' implementation 'com.github.spullara.mustache.java:compiler:0.9.11' implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.41'