We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063cd28 commit c05888bCopy full SHA for c05888b
servlet-hello-world/build.gradle
@@ -2,7 +2,7 @@ def jettyVersion = '9.4.53.v20231009'
2
3
dependencies {
4
implementation "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER"
5
- implementation "io.projectreactor:reactor-core:3.5.10"
+ implementation "io.projectreactor:reactor-core:3.5.11"
6
implementation 'ch.qos.logback:logback-classic:1.4.11'
7
implementation 'org.slf4j:slf4j-simple:2.0.9'
8
implementation "org.eclipse.jetty:jetty-webapp:${jettyVersion}"
0 commit comments