File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
[ ![ 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?versionPrefix=22 . )] ( 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=24 . )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/ )
6
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/ )
7
7
[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-green )] ( https://github.com/graphql-java/graphql-java-extended-validation/blob/master/LICENSE.md )
8
8
@@ -18,16 +18,18 @@ 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 >22 .0</version >
21
+ <version >24 .0</version >
22
22
</dependency >
23
23
```
24
24
25
25
``` groovy
26
- implementation 'com.graphql-java:graphql-java-extended-validation:22 .0'
26
+ implementation 'com.graphql-java:graphql-java-extended-validation:24 .0'
27
27
```
28
28
29
29
> Note:
30
30
>
31
+ > use 24.0 or above for graphql-java 24.x and above
32
+ >
31
33
> use 22.0 or above for graphql-java 22.x and above
32
34
>
33
35
> use 21.0 or above for graphql-java 21.x and above
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ repositories {
40
40
}
41
41
42
42
dependencies {
43
- api " com.graphql-java:graphql-java:24.0 "
43
+ api " com.graphql-java:graphql-java:24.1 "
44
44
api " com.graphql-java:graphql-java-extended-scalars:22.0"
45
45
api " org.hibernate.validator:hibernate-validator:7.0.1.Final"
46
46
api " org.glassfish:jakarta.el:4.0.2"
You can’t perform that action at this time.
0 commit comments