Skip to content

Commit

Permalink
Updated spring-boot-starter-sample to depend on SPQR 0.9.8 and starte…
Browse files Browse the repository at this point in the history
…r version 0.0.2
  • Loading branch information
tg33ef committed Sep 5, 2018
1 parent 6945c12 commit 0e1eee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spring-boot-starter-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.0.4.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -53,12 +53,12 @@
<dependency>
<groupId>io.leangen.graphql</groupId>
<artifactId>spqr</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>
</dependency>
<dependency>
<groupId>io.leangen.graphql</groupId>
<artifactId>graphql-spqr-spring-boot-starter</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
Expand Down

0 comments on commit 0e1eee8

Please sign in to comment.