Skip to content

Commit 7f74069

Browse files
authored
Merge pull request #78 from graphql-java/gj-17.4
Update graphql-java to v17.4 containing patch for CVE-2022-37734
2 parents 8137a4c + 049fbc0 commit 7f74069

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repositories {
4040

4141

4242
dependencies {
43-
compile "com.graphql-java:graphql-java:17.0"
43+
compile "com.graphql-java:graphql-java:17.4"
4444

4545
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
4646
testImplementation('org.codehaus.groovy:groovy:2.5.13')

readme.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ You would use custom scalars when you want to describe more meaningful behavior
1616

1717
To use this library put the following into your gradle config
1818

19-
compile 'com.graphql-java:graphql-java-extended-scalars:16.0.0'
19+
compile 'com.graphql-java:graphql-java-extended-scalars:17.1'
2020

2121
or the following into your Maven config
2222

2323
<dependency>
2424
<groupId>com.graphql-java</groupId>
2525
<artifactId>graphql-java-extended-scalars</artifactId>
26-
<version>16.0.0</version>
26+
<version>17.1</version>
2727
</dependency>
2828

2929
> Note:
@@ -33,6 +33,8 @@ or the following into your Maven config
3333
> use 15.0.0 or above for graphql-java 15.x and above
3434
>
3535
> use 16.0.0 or above for graphql-java 16.x and above
36+
>
37+
> use 17.0.0 or above for graphql-java 17.x and above
3638
3739
Its currently available from JCenter repo and Maven central.
3840

0 commit comments

Comments
 (0)