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

Commit 3396004

Browse files
committed
Spring support module to be used by spring webflux starter
1 parent da47918 commit 3396004

29 files changed

+116
-8
lines changed

gradle.properties

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

4040
LIB_GRAPHQL_JAVA_VER = 13.0
4141
LIB_JUNIT_VER = 4.12
42-
LIB_SPRING_CORE_VER = 5.0.4.RELEASE
43-
LIB_SPRING_BOOT_VER = 2.1.6.RELEASE
44-
LIB_GRAPHQL_SERVLET_VER = 8.0.0
42+
LIB_SPRING_CORE_VER = 5.2.1.RELEASE
43+
LIB_SPRING_BOOT_VER = 2.2.1.RELEASE
44+
LIB_GRAPHQL_SERVLET_VER = 9.0.0-SNAPSHOT
4545
LIB_GRAPHQL_JAVA_TOOLS_VER = 5.7.1
4646
LIB_COMMONS_IO_VER = 2.6
4747
kotlin.version=1.3.31

0 commit comments

Comments
 (0)