Skip to content

Commit 02e006a

Browse files
authored
Merge pull request #91 from graphql-java/readme-update-21
Update readme for v21
2 parents 10a3f60 + 3ab5b29 commit 02e006a

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33

44
[![Build Status](https://github.com/graphql-java/graphql-java-extended-validation/actions/workflows/master.yml/badge.svg)](https://github.com/graphql-java/graphql-java-extended-validation/actions/workflows/master.yml)
5-
[![Latest Release](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/badge.svg?version=20.0&color=blue)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/)
6-
[![Latest Release - Jakarta EE8](https://img.shields.io/maven-central/v/com.graphql-java/graphql-java-extended-validation?versionSuffix=6.2.0.Final&label=maven-central%20jakarta%20ee8)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/)
7-
[![Latest Snapshot](https://img.shields.io/maven-central/v/com.graphql-java/graphql-java-extended-validation?label=maven-central%20snapshot)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/)
5+
[![Latest Release](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/badge.svg?versionPrefix=21.)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/)
6+
[![Latest Snapshot](https://img.shields.io/maven-central/v/com.graphql-java/graphql-java-extended-validation?label=maven-central%20snapshot&versionPrefix=0.0.0)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/)
87
[![MIT licensed](https://img.shields.io/badge/license-MIT-green)](https://github.com/graphql-java/graphql-java-extended-validation/blob/master/LICENSE.md)
98

109

@@ -19,25 +18,27 @@ This library provides extended validation of fields and field arguments for [gra
1918
<dependency>
2019
<groupId>com.graphql-java</groupId>
2120
<artifactId>graphql-java-extended-validation</artifactId>
22-
<version>20.0</version>
21+
<version>21.0</version>
2322
</dependency>
2423
```
2524

2625
```groovy
27-
implementation 'com.graphql-java:graphql-java-extended-validation:20.0'
26+
implementation 'com.graphql-java:graphql-java-extended-validation:21.0'
2827
```
2928

3029
> Note:
30+
>
31+
> use 21.0 or above for graphql-java 21.x and above
32+
>
33+
> use 20.0 for graphql-java 20.x and above
34+
>
35+
> use 20.0-hibernate-validator-6.2.0.Final for graphql-java 20.x and SpringBoot 2.x support
3136
>
32-
> use 19.1 or above for graphql-java 19.x and above
37+
> use 19.1 for graphql-java 19.x and above
3338
>
3439
> use 19.1-hibernate-validator-6.2.0.Final for graphql-java 19.x and SpringBoot 2.x support
35-
>
36-
> use 20.0 or above for graphql-java 20.x and above
37-
>
38-
> use 20.0-hibernate-validator-6.2.0.Final for graphql-java 20.x and SpringBoot 2.x support
3940
40-
It's currently available from Maven central.
41+
The library is currently available on Maven Central.
4142

4243

4344
# SDL @Directive constraints

0 commit comments

Comments
 (0)