Skip to content

Commit 6ce6c31

Browse files
authored
Merge pull request #82 from graphql-java/gj-20
Upgrade to graphql-java v20
2 parents d0fb9c4 + f636623 commit 6ce6c31

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

README.md

+7-11
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?version=19.1&color=blue)](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?version=20.0&color=blue)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/)
66
[![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/)
77
[![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/)
88
[![MIT licensed](https://img.shields.io/badge/license-MIT-green)](https://github.com/graphql-java/graphql-java-extended-validation/blob/master/LICENSE.md)
@@ -19,27 +19,23 @@ This library provides extended validation of fields and field arguments for [gra
1919
<dependency>
2020
<groupId>com.graphql-java</groupId>
2121
<artifactId>graphql-java-extended-validation</artifactId>
22-
<version>19.1</version>
22+
<version>20.0</version>
2323
</dependency>
2424
```
2525

2626
```groovy
27-
compile 'com.graphql-java:graphql-java-extended-validation:19.1'
27+
compile 'com.graphql-java:graphql-java-extended-validation:20.0'
2828
```
2929

3030
> Note:
3131
>
32-
> use 16.0.0 or above for graphql-java 16.x and above
32+
> use 19.1 or above for graphql-java 19.x and above
3333
>
34-
> use 17.0 or above for graphql-java 17.x and above
34+
> use 19.1-hibernate-validator-6.2.0.Final for graphql-java 19.x and SpringBoot 2.x support
3535
>
36-
> use 17.0-hibernate-validator-6.2.0.Final for graphql-java 17.x and SpringBoot 2.x support
36+
> use 20.0 or above for graphql-java 20.x and above
3737
>
38-
> use 18.1 or above for graphql-java 18.x and above
39-
>
40-
> use 18.1-hibernate-validator-6.2.0.Final for graphql-java 18.x and SpringBoot 2.x support
41-
>
42-
> use 19.0 or above for graphql-java 19.x and above
38+
> use 20.0-hibernate-validator-6.2.0.Final for graphql-java 20.x and SpringBoot 2.x support
4339
4440
It's currently available from Maven central.
4541

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ repositories {
4545

4646

4747
dependencies {
48-
api "com.graphql-java:graphql-java:19.2"
49-
api "com.graphql-java:graphql-java-extended-scalars:19.0"
48+
api "com.graphql-java:graphql-java:20.0"
49+
api "com.graphql-java:graphql-java-extended-scalars:20.0"
5050
api "org.hibernate.validator:hibernate-validator:7.0.1.Final"
5151
api "org.glassfish:jakarta.el:4.0.2"
5252

0 commit comments

Comments
 (0)