Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 6ca329f

Browse files
authored
Update readme for v13.x
1 parent 72fe424 commit 6ca329f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ repositories {
9797
}
9898
9999
dependencies {
100-
implementation 'com.graphql-java-kickstart:graphql-spring-boot-starter:12.0.0'
100+
implementation 'com.graphql-java-kickstart:graphql-spring-boot-starter:13.0.0'
101101
102102
// testing facilities
103-
testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:12.0.0'
103+
testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:13.0.0'
104104
}
105105
```
106106

@@ -110,14 +110,14 @@ Maven:
110110
<dependency>
111111
<groupId>com.graphql-java-kickstart</groupId>
112112
<artifactId>graphql-spring-boot-starter</artifactId>
113-
<version>12.0.0</version>
113+
<version>13.0.0</version>
114114
</dependency>
115115

116116
<!-- testing facilities -->
117117
<dependency>
118118
<groupId>com.graphql-java-kickstart</groupId>
119119
<artifactId>graphql-spring-boot-starter-test</artifactId>
120-
<version>12.0.0</version>
120+
<version>13.0.0</version>
121121
<scope>test</scope>
122122
</dependency>
123123

0 commit comments

Comments
 (0)