From a65b2a506454604450c88cff53cafea98492a388 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 01:28:56 +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")