From 049fbc047d6586ef5ebbb90b5badee852f33bbdc Mon Sep 17 00:00:00 2001 From: dondonz <13839920+dondonz@users.noreply.github.com> Date: Mon, 19 Sep 2022 15:32:08 +1000 Subject: [PATCH] Update graphql-java to v17.4 containing patch for CVE-2022-37734 --- build.gradle | 2 +- readme.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 0a0c7ae..3fd2aab 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ repositories { dependencies { - compile "com.graphql-java:graphql-java:17.0" + compile "com.graphql-java:graphql-java:17.4" testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5' testImplementation('org.codehaus.groovy:groovy:2.5.13') diff --git a/readme.md b/readme.md index 584c9f1..a2466c3 100644 --- a/readme.md +++ b/readme.md @@ -16,14 +16,14 @@ You would use custom scalars when you want to describe more meaningful behavior To use this library put the following into your gradle config - compile 'com.graphql-java:graphql-java-extended-scalars:16.0.0' + compile 'com.graphql-java:graphql-java-extended-scalars:17.1' or the following into your Maven config com.graphql-java graphql-java-extended-scalars - 16.0.0 + 17.1 > Note: @@ -33,6 +33,8 @@ or the following into your Maven config > use 15.0.0 or above for graphql-java 15.x and above > > use 16.0.0 or above for graphql-java 16.x and above +> +> use 17.0.0 or above for graphql-java 17.x and above Its currently available from JCenter repo and Maven central.