Skip to content

Commit b3ba5a7

Browse files
committed
Upgraded example to latest versions and verified it runs (fix #143)
1 parent ed2a35c commit b3ba5a7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

example/pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>1.5.1.RELEASE</version>
17+
<version>2.0.4.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2424
<java.version>1.8</java.version>
25+
<graphql-spring-boot-starter.version>5.0.2</graphql-spring-boot-starter.version>
2526
</properties>
2627

2728
<dependencies>
@@ -47,22 +48,22 @@
4748
<dependency>
4849
<groupId>com.graphql-java</groupId>
4950
<artifactId>graphql-spring-boot-starter</artifactId>
50-
<version>4.2.0</version>
51+
<version>${graphql-spring-boot-starter.version}</version>
5152
</dependency>
5253
<dependency>
5354
<groupId>com.graphql-java</groupId>
5455
<artifactId>graphiql-spring-boot-starter</artifactId>
55-
<version>4.2.0</version>
56+
<version>${graphql-spring-boot-starter.version}</version>
5657
</dependency>
5758
<dependency>
5859
<groupId>com.graphql-java</groupId>
5960
<artifactId>voyager-spring-boot-starter</artifactId>
60-
<version>4.2.0</version>
61+
<version>${graphql-spring-boot-starter.version}</version>
6162
</dependency>
6263
<dependency>
6364
<groupId>com.graphql-java</groupId>
6465
<artifactId>graphql-java-tools</artifactId>
65-
<version>5.1.0</version>
66+
<version>5.2.3</version>
6667
</dependency>
6768
</dependencies>
6869

0 commit comments

Comments
 (0)