File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ repositories {
40
40
41
41
42
42
dependencies {
43
- compile " com.graphql-java:graphql-java:17.0 "
43
+ compile " com.graphql-java:graphql-java:17.4 "
44
44
45
45
testImplementation ' org.spockframework:spock-core:1.3-groovy-2.5'
46
46
testImplementation(' org.codehaus.groovy:groovy:2.5.13' )
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ You would use custom scalars when you want to describe more meaningful behavior
16
16
17
17
To use this library put the following into your gradle config
18
18
19
- compile 'com.graphql-java:graphql-java-extended-scalars:16.0.0 '
19
+ compile 'com.graphql-java:graphql-java-extended-scalars:17.1 '
20
20
21
21
or the following into your Maven config
22
22
23
23
<dependency>
24
24
<groupId>com.graphql-java</groupId>
25
25
<artifactId>graphql-java-extended-scalars</artifactId>
26
- <version>16.0.0 </version>
26
+ <version>17.1 </version>
27
27
</dependency>
28
28
29
29
> Note:
@@ -33,6 +33,8 @@ or the following into your Maven config
33
33
> use 15.0.0 or above for graphql-java 15.x and above
34
34
>
35
35
> use 16.0.0 or above for graphql-java 16.x and above
36
+ >
37
+ > use 17.0.0 or above for graphql-java 17.x and above
36
38
37
39
Its currently available from JCenter repo and Maven central.
38
40
You can’t perform that action at this time.
0 commit comments