From f636623d5db41790702d575a09f6e557b9892b3f Mon Sep 17 00:00:00 2001 From: dondonz <13839920+dondonz@users.noreply.github.com> Date: Sun, 18 Dec 2022 13:15:54 +1100 Subject: [PATCH] Upgrade to graphql-java 20 --- README.md | 18 +++++++----------- build.gradle | 4 ++-- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 586603b..f03fd25 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![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) -[![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/) +[![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/) [![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/) [![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/) [![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 com.graphql-java graphql-java-extended-validation - 19.1 + 20.0 ``` ```groovy -compile 'com.graphql-java:graphql-java-extended-validation:19.1' +compile 'com.graphql-java:graphql-java-extended-validation:20.0' ``` > Note: > -> use 16.0.0 or above for graphql-java 16.x and above +> use 19.1 or above for graphql-java 19.x and above > -> use 17.0 or above for graphql-java 17.x and above +> use 19.1-hibernate-validator-6.2.0.Final for graphql-java 19.x and SpringBoot 2.x support > -> use 17.0-hibernate-validator-6.2.0.Final for graphql-java 17.x and SpringBoot 2.x support +> use 20.0 or above for graphql-java 20.x and above > -> use 18.1 or above for graphql-java 18.x and above -> -> use 18.1-hibernate-validator-6.2.0.Final for graphql-java 18.x and SpringBoot 2.x support -> -> use 19.0 or above for graphql-java 19.x and above +> use 20.0-hibernate-validator-6.2.0.Final for graphql-java 20.x and SpringBoot 2.x support It's currently available from Maven central. diff --git a/build.gradle b/build.gradle index d6912da..5ba7df2 100644 --- a/build.gradle +++ b/build.gradle @@ -45,8 +45,8 @@ repositories { dependencies { - api "com.graphql-java:graphql-java:19.2" - api "com.graphql-java:graphql-java-extended-scalars:19.0" + api "com.graphql-java:graphql-java:20.0" + api "com.graphql-java:graphql-java-extended-scalars:20.0" api "org.hibernate.validator:hibernate-validator:7.0.1.Final" api "org.glassfish:jakarta.el:4.0.2"