From f21ed17a43151b8c10a0eeb85ad83f151a2266fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 23:14:52 +0000 Subject: [PATCH] Bump com.apollographql.apollo:apollo-runtime from 4.4.1 to 4.4.2 Bumps [com.apollographql.apollo:apollo-runtime](https://github.com/apollographql/apollo-kotlin) from 4.4.1 to 4.4.2. - [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.4.1...v4.4.2) --- updated-dependencies: - dependency-name: com.apollographql.apollo:apollo-runtime dependency-version: 4.4.2 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 cffdc8c43..c687cc469 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.4.1' + id 'com.apollographql.apollo' version '4.4.2' } 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:4.4.1' + implementation 'com.apollographql.apollo:apollo-runtime:4.4.2' 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'