Skip to content

Commit ca00c2b

Browse files
author
Thomas Draier
authored
Use version 21.1 (#296)
1 parent ba29d11 commit ca00c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you would like to use a tool that creates a graphql spring boot server using
3737

3838
```groovy
3939
dependencies {
40-
compile "io.github.graphql-java:graphql-java-annotations:9.1"
40+
compile "io.github.graphql-java:graphql-java-annotations:21.1"
4141
}
4242
```
4343

@@ -47,7 +47,7 @@ dependencies {
4747
<dependency>
4848
<groupId>io.github.graphql-java</groupId>
4949
<artifactId>graphql-java-annotations</artifactId>
50-
<version>9.1</version>
50+
<version>21.1</version>
5151
</dependency>
5252
```
5353

0 commit comments

Comments
 (0)