From 339a7ad52cc921c9dd4460b7e245a3c981859325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 03:16:58 +0000 Subject: [PATCH] Bump com.apollographql.apollo:apollo-runtime from 4.3.1 to 4.3.2 Bumps [com.apollographql.apollo:apollo-runtime](https://github.com/apollographql/apollo-kotlin) from 4.3.1 to 4.3.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.3.1...v4.3.2) --- updated-dependencies: - dependency-name: com.apollographql.apollo:apollo-runtime dependency-version: 4.3.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 aac0b2b5c..3bff9e3ef 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -2,7 +2,7 @@ plugins { id "java-gradle-plugin" id "java" id "groovy" - id 'com.apollographql.apollo' version '4.3.1' + id 'com.apollographql.apollo' version '4.3.2' } sourceCompatibility = JavaVersion.VERSION_17 @@ -86,7 +86,7 @@ dependencies { implementation ('org.gretty:gretty:4.1.7') { exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools' } - implementation 'com.apollographql.apollo:apollo-runtime:4.3.1' + implementation 'com.apollographql.apollo:apollo-runtime:4.3.2' implementation 'com.github.ben-manes:gradle-versions-plugin:0.52.0' implementation 'com.github.spullara.mustache.java:compiler:0.9.14' implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.47'