ソースを参照

fix(deps): update dependency ch.qos.logback:logback-classic to v1.2.13 (main) (#10521)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 年間 前
コミット
8a47f32efe
1 ファイル変更1 行追加1 行削除
  1. 1 1
      smoke-tests/images/spring-boot/build.gradle.kts

+ 1 - 1
smoke-tests/images/spring-boot/build.gradle.kts

@@ -20,7 +20,7 @@ dependencies {
 configurations.runtimeClasspath {
 configurations.runtimeClasspath {
   resolutionStrategy {
   resolutionStrategy {
     // requires old logback (and therefore also old slf4j)
     // requires old logback (and therefore also old slf4j)
-    force("ch.qos.logback:logback-classic:1.2.11")
+    force("ch.qos.logback:logback-classic:1.2.13")
     force("org.slf4j:slf4j-api:1.7.36")
     force("org.slf4j:slf4j-api:1.7.36")
   }
   }
 }
 }