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 Oct 23, 2024
1 parent b3d0085 commit a7c6ff6
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.2.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 a7c6ff6

Please sign in to comment.