Skip to content

Commit

Permalink
chore: update to federation jvm 4.4.0
Browse files Browse the repository at this point in the history
`v4.4.0` adds support for Federation v2.6 and v2.7. This version also includes performance fix to federating tracing instrumentation (`ftv1`) that skips unnecessary computations.
  • Loading branch information
dariuszkuc authored and rstoyanchev committed Feb 6, 2024
1 parent 159ebaa commit 784b637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
api("jakarta.validation:jakarta.validation-api:3.0.2")
api("jakarta.persistence:jakarta.persistence-api:3.1.0")

api("com.apollographql.federation:federation-graphql-java-support:4.3.0")
api("com.apollographql.federation:federation-graphql-java-support:4.4.0")

api("com.google.code.findbugs:jsr305:3.0.2")

Expand Down

0 comments on commit 784b637

Please sign in to comment.