Skip to content

Commit 17777d2

Browse files
committed
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.0
1 parent 9b02a83 commit 17777d2

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
@@ -3,7 +3,7 @@ def jettyVersion = '9.4.54.v20240208'
33
dependencies {
44
implementation "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER"
55
implementation "io.projectreactor:reactor-core:3.6.2"
6-
implementation 'ch.qos.logback:logback-classic:1.4.14'
6+
implementation 'ch.qos.logback:logback-classic:1.5.0'
77
implementation 'org.slf4j:slf4j-simple:2.0.12'
88
implementation "org.eclipse.jetty:jetty-webapp:${jettyVersion}"
99
implementation "org.eclipse.jetty:jetty-annotations:${jettyVersion}"

0 commit comments

Comments
 (0)