Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 6fa38c6

Browse files
committed
Updating graphql-spring-boot to use graphql-java:15. Dependent on release of graphql-java-servlet (graphql-java-kickstart/graphql-java-servlet#269)
1 parent da01402 commit 6fa38c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ TARGET_COMPATIBILITY = 1.8
3939

4040
### Dependencies
4141

42-
LIB_GRAPHQL_JAVA_VER = 14.1
43-
LIB_SPRING_BOOT_VER = 2.3.1.RELEASE
44-
LIB_GRAPHQL_SERVLET_VER = 9.2.0
45-
LIB_GRAPHQL_JAVA_TOOLS_VER = 6.1.0
42+
LIB_GRAPHQL_JAVA_VER = 15.0
43+
LIB_SPRING_BOOT_VER = 2.3.4.RELEASE
44+
LIB_GRAPHQL_SERVLET_VER = 9.3.0-SNAPSHOT
45+
LIB_GRAPHQL_JAVA_TOOLS_VER = 6.2.0
4646
LIB_GRAPHQL_ANNOTATIONS_VER = 8.1
4747
LIB_REFLECTIONS_VER = 0.9.11
4848
LIB_APACHE_COMMONS_TEXT=1.8

0 commit comments

Comments
 (0)