File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ If you would like to use a tool that creates a graphql spring boot server using
37
37
38
38
``` groovy
39
39
dependencies {
40
- compile "io.github.graphql-java:graphql-java-annotations:21.2 "
40
+ compile "io.github.graphql-java:graphql-java-annotations:21.5 "
41
41
}
42
42
```
43
43
@@ -47,7 +47,7 @@ dependencies {
47
47
<dependency>
48
48
<groupId>io.github.graphql-java</groupId>
49
49
<artifactId>graphql-java-annotations</artifactId>
50
- <version>21.2 </version>
50
+ <version>21.5 </version>
51
51
</dependency>
52
52
```
53
53
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ gradle.projectsEvaluated {
59
59
60
60
dependencies {
61
61
implementation ' javax.validation:validation-api:1.1.0.Final'
62
- implementation ' com.graphql-java:graphql-java:21.2 '
62
+ implementation ' com.graphql-java:graphql-java:21.5 '
63
63
implementation ' com.graphql-java:graphql-java-extended-scalars:21.0'
64
64
implementation ' javax.xml.bind:jaxb-api:2.3.1'
65
65
You can’t perform that action at this time.
0 commit comments