File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,12 @@ This library provides extended validation of fields and field arguments for [gra
1818<dependency >
1919 <groupId >com.graphql-java</groupId >
2020 <artifactId >graphql-java-extended-validation</artifactId >
21- <version >17.0.0</version >
22- <type >pom</type >
21+ <version >17.0</version >
2322</dependency >
2423```
2524
2625``` groovy
27- compile 'com.graphql-java:graphql-java-extended-validation:17.0.0 '
26+ compile 'com.graphql-java:graphql-java-extended-validation:17.0'
2827```
2928
3029> Note:
@@ -37,7 +36,9 @@ compile 'com.graphql-java:graphql-java-extended-validation:17.0.0'
3736>
3837> use 16.0.0 or above for graphql-java 16.x and above
3938>
40- > use 17.0.0 or above for graphql-java 17.x and above
39+ > use 17.0 or above for graphql-java 17.x and above
40+ >
41+ > use 17.0-hibernate-validator-6.2.0.Final for graphql-java 17.x and SpringBoot 2.x support
4142
4243It's currently available from Maven central.
4344
You can’t perform that action at this time.
0 commit comments