Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 25, 2024
1 parent 8316b03 commit a5b842c
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.43.0")
implementation("io.opentelemetry:opentelemetry-exporter-logging:1.43.0")
implementation("io.github.reactivecircus.cache4k:cache4k:0.13.0")
implementation("ch.qos.logback:logback-classic:1.5.11")
implementation("ch.qos.logback:logback-classic:1.5.12")

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

0 comments on commit a5b842c

Please sign in to comment.