We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6c51f commit e98b847Copy full SHA for e98b847
subgraphs/inventory/app/build.gradle.kts
@@ -13,7 +13,7 @@ java.sourceCompatibility = JavaVersion.VERSION_17
13
14
dependencies {
15
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.5"))
16
- implementation("com.apollographql.federation:federation-graphql-java-support:4.5.0")
+ implementation("com.apollographql.federation:federation-graphql-java-support:5.1.0")
17
implementation("org.jetbrains.kotlin:kotlin-reflect")
18
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
19
implementation("org.springframework.boot:spring-boot-starter-graphql")
0 commit comments