Skip to content

Commit

Permalink
fix(deps): update dependency com.apollographql.federation:federation-…
Browse files Browse the repository at this point in the history
…graphql-java-support to v5
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent b09a124 commit 78e7087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraphs/inventory/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.springframework.boot:spring-boot-starter-graphql")
Expand Down

0 comments on commit 78e7087

Please sign in to comment.