|
10 | 10 | mavenCentral<span style=color:#f92672>()</span> |
11 | 11 | <span style=color:#f92672>}</span> |
12 | 12 | </code></pre></div><p>Add the respective starter dependencies you want to use:</p><div class=highlight><pre style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-gradle data-lang=gradle>dependencies <span style=color:#f92672>{</span> |
13 | | - implementation <span style=color:#e6db74>'com.graphql-java-kickstart:graphql-spring-boot-starter:12.0.0'</span> |
| 13 | + implementation <span style=color:#e6db74>'com.graphql-java-kickstart:graphql-spring-boot-starter:13.0.0'</span> |
14 | 14 |
|
15 | 15 | <span style=color:#75715e>// testing facilities |
16 | | -</span><span style=color:#75715e></span> testImplementation <span style=color:#e6db74>'com.graphql-java-kickstart:graphql-spring-boot-starter-test:12.0.0'</span> |
| 16 | +</span><span style=color:#75715e></span> testImplementation <span style=color:#e6db74>'com.graphql-java-kickstart:graphql-spring-boot-starter-test:13.0.0'</span> |
17 | 17 | <span style=color:#f92672>}</span> |
18 | 18 | </code></pre></div><h3 id=build-with-maven>Build with Maven</h3><p>Add the respective starter dependencies you want to use:</p><div class=highlight><pre style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-xml data-lang=xml><span style=color:#f92672><dependency></span> |
19 | 19 | <span style=color:#f92672><groupId></span>com.graphql-java-kickstart<span style=color:#f92672></groupId></span> |
20 | 20 | <span style=color:#f92672><artifactId></span>graphql-spring-boot-starter<span style=color:#f92672></artifactId></span> |
21 | | - <span style=color:#f92672><version></span>12.0.0<span style=color:#f92672></version></span> |
| 21 | + <span style=color:#f92672><version></span>13.0.0<span style=color:#f92672></version></span> |
22 | 22 | <span style=color:#f92672></dependency></span> |
23 | 23 |
|
24 | 24 | <span style=color:#75715e><!-- testing facilities --></span> |
25 | 25 | <span style=color:#f92672><dependency></span> |
26 | 26 | <span style=color:#f92672><groupId></span>com.graphql-java-kickstart<span style=color:#f92672></groupId></span> |
27 | 27 | <span style=color:#f92672><artifactId></span>graphql-spring-boot-starter-test<span style=color:#f92672></artifactId></span> |
28 | | - <span style=color:#f92672><version></span>12.0.0<span style=color:#f92672></version></span> |
| 28 | + <span style=color:#f92672><version></span>13.0.0<span style=color:#f92672></version></span> |
29 | 29 | <span style=color:#f92672><scope></span>test<span style=color:#f92672></scope></span> |
30 | 30 | <span style=color:#f92672></dependency></span> |
31 | 31 | </code></pre></div><h2 id=using-the-latest-development-build>Using the latest development build</h2><p>Snapshot versions of the current <code>master</code> branch are available on JFrog. Check the next snapshot version on |
|
0 commit comments