Skip to content

Commit

Permalink
smallrye#521: merge-fixes & update federation-graphql-java-support
Browse files Browse the repository at this point in the history
  • Loading branch information
t1 authored and jmartisk committed Oct 3, 2022
1 parent 3c83e2a commit c942f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.apollographql.federation</groupId>
<artifactId>federation-graphql-java-support</artifactId>
<version>0.7.0</version>
<version>2.0.5</version>
</dependency>
<!-- Mutiny -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.smallrye.graphql.execution;

import static java.util.Arrays.asList;

import java.util.Arrays;
import java.util.List;
import java.util.Optional;

Expand Down

0 comments on commit c942f98

Please sign in to comment.