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
18
18
<dependency >
19
19
<groupId >com.graphql-java</groupId >
20
20
<artifactId >graphql-java-extended-validation</artifactId >
21
- <version >17.0.0</version >
22
- <type >pom</type >
21
+ <version >17.0</version >
23
22
</dependency >
24
23
```
25
24
26
25
``` groovy
27
- compile 'com.graphql-java:graphql-java-extended-validation:17.0.0 '
26
+ compile 'com.graphql-java:graphql-java-extended-validation:17.0'
28
27
```
29
28
30
29
> Note:
@@ -37,7 +36,9 @@ compile 'com.graphql-java:graphql-java-extended-validation:17.0.0'
37
36
>
38
37
> use 16.0.0 or above for graphql-java 16.x and above
39
38
>
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
41
42
42
43
It's currently available from Maven central.
43
44
You can’t perform that action at this time.
0 commit comments