Skip to content

Commit

Permalink
Merge pull request #78 from graphql-java/gj-17.4
Browse files Browse the repository at this point in the history
Update graphql-java to v17.4 containing patch for CVE-2022-37734
  • Loading branch information
dondonz committed Sep 19, 2022
2 parents 8137a4c + 049fbc0 commit 7f74069
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java-extended-scalars</artifactId>
<version>16.0.0</version>
<version>17.1</version>
</dependency>

> Note:
Expand All @@ -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.

Expand Down

0 comments on commit 7f74069

Please sign in to comment.