From 3ceec981c410f925ee87818bed1237e703659f96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 12:45:36 +0000 Subject: [PATCH] fix(deps): update slf4j monorepo to v2.0.18 --- servlet-hello-world/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servlet-hello-world/build.gradle b/servlet-hello-world/build.gradle index e96120e..d8e4018 100644 --- a/servlet-hello-world/build.gradle +++ b/servlet-hello-world/build.gradle @@ -4,7 +4,7 @@ dependencies { implementation "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER" implementation "io.projectreactor:reactor-core:3.8.6" implementation 'ch.qos.logback:logback-classic:1.5.34' - implementation 'org.slf4j:slf4j-simple:2.0.17' + implementation 'org.slf4j:slf4j-simple:2.0.18' implementation "org.eclipse.jetty:jetty-webapp:${jettyVersion}" implementation "org.eclipse.jetty:jetty-annotations:${jettyVersion}" implementation "org.eclipse.jetty.websocket:websocket-api:${jettyVersion}"