From 7ac4abe0068477eb5536c0ea2bda4206f6e85d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 05:12:26 +0000 Subject: [PATCH] Bump com.apollographql.apollo:apollo-runtime from 5.0.0 to 5.0.1 Bumps [com.apollographql.apollo:apollo-runtime](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:apollo-runtime dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index af567dc9b..a3e630c60 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 { @@ -90,7 +90,7 @@ dependencies { implementation ('org.gretty:gretty:5.0.2') { exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools' } - implementation 'com.apollographql.apollo:apollo-runtime:5.0.0' + implementation 'com.apollographql.apollo:apollo-runtime:5.0.1' implementation 'com.github.ben-manes:gradle-versions-plugin:0.54.0' implementation 'com.github.spullara.mustache.java:compiler:0.9.14' implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.47'