Skip to content

Commit 6ffc674

Browse files
authored
Upgrading to graphql-java 17.0 (#49)
1 parent d779f85 commit 6ffc674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ repositories {
4040

4141

4242
dependencies {
43-
compile "com.graphql-java:graphql-java:17.0-beta1"
44-
compile "com.graphql-java:graphql-java-extended-scalars:17.0-beta1"
43+
compile "com.graphql-java:graphql-java:17.0"
44+
compile "com.graphql-java:graphql-java-extended-scalars:17.0"
4545
compile "org.hibernate.validator:hibernate-validator:7.0.1.Final"
4646
compile "org.glassfish:jakarta.el:4.0.0"
4747

0 commit comments

Comments
 (0)