Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2024
1 parent 8b04bdb commit 2118339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jit-binding-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation("io.opentelemetry:opentelemetry-exporter-otlp:1.42.0")
implementation("io.opentelemetry:opentelemetry-exporter-logging:1.42.0")
implementation("io.github.reactivecircus.cache4k:cache4k:0.13.0")
implementation("ch.qos.logback:logback-classic:1.5.7")
implementation("ch.qos.logback:logback-classic:1.5.8")

implementation(projects.mavenBindingBuilder)
implementation(projects.sharedInternal)
Expand Down

0 comments on commit 2118339

Please sign in to comment.