Skip to content

Commit 0cf370c

Browse files
authored
Update README.md
Update readme to correctly reference 17.0 versions of this library
1 parent 6ec5b58 commit 0cf370c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4243
It's currently available from Maven central.
4344

0 commit comments

Comments
 (0)