File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
implementations/federation-jvm Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >2.7.0 </version >
8+ <version >2.7.4 </version >
99 </parent >
1010
1111 <groupId >com.apollographql.federation.compatibility</groupId >
1212 <artifactId >federation-jvm-compatibility</artifactId >
1313 <name >federation-jvm-compatibility</name >
1414 <description >Implementation of federation-jvm for compatibility testing with Apollo Federation</description >
15- <version >2.0.1 </version >
15+ <version >2.0-SNAPSHOT </version >
1616
1717 <properties >
1818 <java .version>17</java .version>
1919
20- <federation-graphql-java-support .version>2.0.5</federation-graphql-java-support .version>
20+ <federation-graphql-java-support .version>2.1.0</federation-graphql-java-support .version>
21+ <graphql-java .version>19.2</graphql-java .version>
2122
2223 <jetbrains-annotations >23.0.0</jetbrains-annotations >
2324 <maven-jar-plugin .version>3.2.0</maven-jar-plugin .version>
2425 </properties >
2526
2627 <dependencies >
28+ <!-- spring boot starter is dependent on older version of graphql-java -->
29+ <dependency >
30+ <groupId >com.graphql-java</groupId >
31+ <artifactId >graphql-java</artifactId >
32+ <version >${graphql-java.version} </version >
33+ </dependency >
2734 <dependency >
2835 <groupId >com.apollographql.federation</groupId >
2936 <artifactId >federation-graphql-java-support</artifactId >
7481 </plugin >
7582 </plugins >
7683 </build >
77- </project >
84+ </project >
You can’t perform that action at this time.
0 commit comments