From 2911c68a4d8eb6bd83dff3e7095a0ac5f0d90927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 23:58:22 +0000 Subject: [PATCH] Bump com.apollographql.apollo:apollo-runtime from 4.3.3 to 4.4.0 Bumps [com.apollographql.apollo:apollo-runtime](https://github.com/apollographql/apollo-kotlin) from 4.3.3 to 4.4.0. - [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/v4.3.3...v4.4.0) --- updated-dependencies: - dependency-name: com.apollographql.apollo:apollo-runtime dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 cd9103c79..d85a67a0c 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 '4.3.3' + id 'com.apollographql.apollo' version '4.4.0' } java { @@ -90,7 +90,7 @@ dependencies { implementation ('org.gretty:gretty:5.0.1') { exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools' } - implementation 'com.apollographql.apollo:apollo-runtime:4.3.3' + implementation 'com.apollographql.apollo:apollo-runtime:4.4.0' implementation 'com.github.ben-manes:gradle-versions-plugin:0.53.0' implementation 'com.github.spullara.mustache.java:compiler:0.9.14' implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.47'