Skip to content

Commit 60cc2bf

Browse files
authored
Updated to 24.1 of graphql-java ready for a release (#113)
1 parent f8c1e76 commit 60cc2bf

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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?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/)
66
[![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/)
77
[![MIT licensed](https://img.shields.io/badge/license-MIT-green)](https://github.com/graphql-java/graphql-java-extended-validation/blob/master/LICENSE.md)
88

@@ -18,16 +18,18 @@ 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>22.0</version>
21+
<version>24.0</version>
2222
</dependency>
2323
```
2424

2525
```groovy
26-
implementation 'com.graphql-java:graphql-java-extended-validation:22.0'
26+
implementation 'com.graphql-java:graphql-java-extended-validation:24.0'
2727
```
2828

2929
> Note:
3030
>
31+
> use 24.0 or above for graphql-java 24.x and above
32+
>
3133
> use 22.0 or above for graphql-java 22.x and above
3234
>
3335
> use 21.0 or above for graphql-java 21.x and above

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repositories {
4040
}
4141

4242
dependencies {
43-
api "com.graphql-java:graphql-java:24.0"
43+
api "com.graphql-java:graphql-java:24.1"
4444
api "com.graphql-java:graphql-java-extended-scalars:22.0"
4545
api "org.hibernate.validator:hibernate-validator:7.0.1.Final"
4646
api "org.glassfish:jakarta.el:4.0.2"

0 commit comments

Comments
 (0)