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.
1 parent e85b62d commit cd3d627Copy full SHA for cd3d627
servlet-hello-world/build.gradle
@@ -3,7 +3,7 @@ def jettyVersion = '9.4.58.v20250814'
3
dependencies {
4
implementation "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER"
5
implementation "io.projectreactor:reactor-core:3.7.12"
6
- implementation 'ch.qos.logback:logback-classic:1.5.19'
+ implementation 'ch.qos.logback:logback-classic:1.5.21'
7
implementation 'org.slf4j:slf4j-simple:2.0.17'
8
implementation "org.eclipse.jetty:jetty-webapp:${jettyVersion}"
9
implementation "org.eclipse.jetty:jetty-annotations:${jettyVersion}"
0 commit comments