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

Commit 6c0683b

Browse files
committed
Bumped snapshot version
1 parent 6a11557 commit 6c0683b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example-graphql-tools/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ spring:
22
application:
33
name: graphql-java-tools-app
44
server:
5-
port: 9000
5+
port: 9001
66
graphiql:
77
headers:
88
Authorization: "Bearer 05bd9a5f3fe0408f89520946b0fe1b06"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ LIB_GRAPHQL_JAVA_VER = 9.2
4040
LIB_JUNIT_VER = 4.12
4141
LIB_SPRING_CORE_VER = 5.0.4.RELEASE
4242
LIB_SPRING_BOOT_VER = 2.0.5.RELEASE
43-
LIB_GRAPHQL_SERVLET_VER = 6.2.0
43+
LIB_GRAPHQL_SERVLET_VER = 6.2.1-SNAPSHOT
4444
LIB_GRAPHQL_JAVA_TOOLS_VER = 5.3.5
4545
LIB_COMMONS_IO_VER = 2.6
4646

0 commit comments

Comments
 (0)