From 82446e34c44a124b2fc7d71357e439cd51590614 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 01:03:21 +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")