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 cd6d7e8 + d5034ec commit 882a23cCopy full SHA for 882a23c
servlet-hello-world/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
implementation "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER"
5
implementation "io.projectreactor:reactor-core:3.4.21"
6
implementation 'ch.qos.logback:logback-classic:1.2.11'
7
- implementation 'org.slf4j:slf4j-simple:2.0.0-alpha7'
+ implementation 'org.slf4j:slf4j-simple:2.0.0-beta1'
8
implementation "org.eclipse.jetty:jetty-webapp:${jettyVersion}"
9
implementation "org.eclipse.jetty:jetty-annotations:${jettyVersion}"
10
implementation "org.eclipse.jetty.websocket:websocket-api:${jettyVersion}"
0 commit comments