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 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.7.0 </version >
8
+ <version >2.7.4 </version >
9
9
</parent >
10
10
11
11
<groupId >com.apollographql.federation.compatibility</groupId >
12
12
<artifactId >federation-jvm-compatibility</artifactId >
13
13
<name >federation-jvm-compatibility</name >
14
14
<description >Implementation of federation-jvm for compatibility testing with Apollo Federation</description >
15
- <version >2.0.1 </version >
15
+ <version >2.0-SNAPSHOT </version >
16
16
17
17
<properties >
18
18
<java .version>17</java .version>
19
19
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>
21
22
22
23
<jetbrains-annotations >23.0.0</jetbrains-annotations >
23
24
<maven-jar-plugin .version>3.2.0</maven-jar-plugin .version>
24
25
</properties >
25
26
26
27
<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 >
27
34
<dependency >
28
35
<groupId >com.apollographql.federation</groupId >
29
36
<artifactId >federation-graphql-java-support</artifactId >
74
81
</plugin >
75
82
</plugins >
76
83
</build >
77
- </project >
84
+ </project >
You can’t perform that action at this time.
0 commit comments