We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55cde0c + c4f680e commit 01812f7Copy full SHA for 01812f7
graphql-java-servlet/build.gradle
@@ -17,7 +17,7 @@ dependencies {
17
api(project(':graphql-java-kickstart'))
18
19
// Servlet
20
- api 'javax.servlet:javax.servlet-api:3.1.0'
+ api 'javax.servlet:javax.servlet-api:4.0.1'
21
api 'javax.websocket:javax.websocket-api:1.1'
22
implementation "org.slf4j:slf4j-api:$LIB_SLF4J_VER"
23
0 commit comments