File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ repositories {
4141
4242
4343dependencies {
44- compile " com.graphql-java:graphql-java:18.1 "
44+ compile " com.graphql-java:graphql-java:18.3 "
4545
4646 testImplementation ' org.spockframework:spock-core:1.3-groovy-2.5'
4747 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
1616
1717To use this library put the following into your gradle config
1818
19- compile 'com.graphql-java:graphql-java-extended-scalars:17.0'
19+ compile 'com.graphql-java:graphql-java-extended-scalars:18.2
2020
2121or the following into your Maven config
2222
2323 <dependency>
2424 <groupId>com.graphql-java</groupId>
2525 <artifactId>graphql-java-extended-scalars</artifactId>
26- <version>17.0 </version>
26+ <version>18.2 </version>
2727 </dependency>
2828
2929> Note:
@@ -35,6 +35,8 @@ or the following into your Maven config
3535> use 16.0.0 or above for graphql-java 16.x and above
3636>
3737> use 17.0 or above for graphql-java 17.x and above
38+ >
39+ > use 18.0 or above for graphql-java 18.x and above
3840
3941It's currently available from Maven Central.
4042
You can’t perform that action at this time.
0 commit comments