From 186adf5518cae3d76a434b4374db67a1a78f30d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 04:15:45 +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 93ead53b0..46c918268 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.1.0") implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") implementation("org.springframework.boot:spring-boot-starter-graphql")