Skip to content

Commit

Permalink
Use version 21.1 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Draier authored Oct 16, 2023
1 parent ba29d11 commit ca00c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you would like to use a tool that creates a graphql spring boot server using

```groovy
dependencies {
compile "io.github.graphql-java:graphql-java-annotations:9.1"
compile "io.github.graphql-java:graphql-java-annotations:21.1"
}
```

Expand All @@ -47,7 +47,7 @@ dependencies {
<dependency>
<groupId>io.github.graphql-java</groupId>
<artifactId>graphql-java-annotations</artifactId>
<version>9.1</version>
<version>21.1</version>
</dependency>
```

Expand Down

0 comments on commit ca00c2b

Please sign in to comment.