From a786224513b4acd51a405884baaf3280c018ac31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 04:35:35 +0000 Subject: [PATCH] fix(deps): update dependency com.apollographql.federation:federation-graphql-java-support to v5 --- subgraphs/inventory/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subgraphs/inventory/app/build.gradle.kts b/subgraphs/inventory/app/build.gradle.kts index ab1cb065d..96878f437 100644 --- a/subgraphs/inventory/app/build.gradle.kts +++ b/subgraphs/inventory/app/build.gradle.kts @@ -13,7 +13,7 @@ java.sourceCompatibility = JavaVersion.VERSION_17 dependencies { implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.5")) - implementation("com.apollographql.federation:federation-graphql-java-support:4.5.0") + implementation("com.apollographql.federation:federation-graphql-java-support:5.2.0") implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") implementation("org.springframework.boot:spring-boot-starter-graphql")