Skip to content

Commit e4523a5

Browse files
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.12 (#341)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d218bc1 commit e4523a5

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
@@ -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.5"
6-
implementation 'ch.qos.logback:logback-classic:1.5.5'
6+
implementation 'ch.qos.logback:logback-classic:1.5.12'
77
implementation 'org.slf4j:slf4j-simple:2.0.13'
88
implementation "org.eclipse.jetty:jetty-webapp:${jettyVersion}"
99
implementation "org.eclipse.jetty:jetty-annotations:${jettyVersion}"

0 commit comments

Comments
 (0)