Skip to content

Commit e2d590e

Browse files
committed
Bumped version number to 6.0.0 prior to release
1 parent c5f7792 commit e2d590e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version = 7.5.1-SNAPSHOT
1+
version = 8.0.0-SNAPSHOT
22
group = com.graphql-java-kickstart
33

44
LIB_GRAPHQL_JAVA_VER = 13.0
5-
LIB_JACKSON_VER = 2.9.8
5+
LIB_JACKSON_VER = 2.9.9

src/main/java/graphql/servlet/input/BatchInputPreProcessResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public String getStatusMessage() {
4949
}
5050

5151
/**
52-
* @returnstatus code the servlet will use if if isExecutable is false.
52+
* @return status code the servlet will use if if isExecutable is false.
5353
*/
5454
public int getStatusCode() {
5555
return statusCode;

src/main/java/graphql/servlet/input/GraphQLInvocationInputFactory.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212

1313
import javax.servlet.http.HttpServletRequest;
1414
import javax.servlet.http.HttpServletResponse;
15-
import javax.servlet.http.Part;
1615
import javax.websocket.Session;
1716
import javax.websocket.server.HandshakeRequest;
1817
import java.util.List;
19-
import java.util.Map;
2018
import java.util.function.Supplier;
2119

2220
/**

0 commit comments

Comments
 (0)