Skip to content

Commit 48f452b

Browse files
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.17 (#354)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af66809 commit 48f452b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servlet-hello-world/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
implementation "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER"
55
implementation "io.projectreactor:reactor-core:3.7.9"
66
implementation 'ch.qos.logback:logback-classic:1.5.18'
7-
implementation 'org.slf4j:slf4j-simple:2.0.16'
7+
implementation 'org.slf4j:slf4j-simple:2.0.17'
88
implementation "org.eclipse.jetty:jetty-webapp:${jettyVersion}"
99
implementation "org.eclipse.jetty:jetty-annotations:${jettyVersion}"
1010
implementation "org.eclipse.jetty.websocket:websocket-api:${jettyVersion}"

0 commit comments

Comments
 (0)