Skip to content

Commit e8a7273

Browse files
committed
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.12
1 parent 2782957 commit e8a7273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servlet-hello-world/build.gradle

+1-1
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.6.2"
66
implementation 'ch.qos.logback:logback-classic:1.4.14'
7-
implementation 'org.slf4j:slf4j-simple:2.0.11'
7+
implementation 'org.slf4j:slf4j-simple:2.0.12'
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)