Skip to content

Commit e7e2b95

Browse files
authored
Merge pull request #281 from Enigmatis/v9.1
v9.1
2 parents 88d0fb2 + 76e75b1 commit e7e2b95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0"
40+
compile "io.github.graphql-java:graphql-java-annotations:9.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.0</version>
50+
<version>9.1</version>
5151
</dependency>
5252
```
5353

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ org.gradle.daemon=true
55
org.gradle.parallel=true
66
org.gradle.jvmargs=-Dfile.encoding=UTF-8
77

8-
version = 9.0
8+
version = 9.1

0 commit comments

Comments
 (0)