Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.4.9 to 1.4.11
Browse files Browse the repository at this point in the history
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.9 to 1.4.11.
- [Commits](qos-ch/logback@v_1.4.9...v_1.4.11)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 10, 2023
1 parent d0cfc93 commit 0ad64ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation("io.ktor:ktor-server-metrics-micrometer:$ktorVersion")

implementation("io.micrometer:micrometer-registry-prometheus:1.11.2")
implementation("ch.qos.logback:logback-classic:1.4.9")
implementation("ch.qos.logback:logback-classic:1.4.11")
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2")
Expand Down
2 changes: 1 addition & 1 deletion domene/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

dependencies {
api("ch.qos.logback:logback-classic:1.4.9")
api("ch.qos.logback:logback-classic:1.4.11")
testImplementation(kotlin("test"))
}

0 comments on commit 0ad64ac

Please sign in to comment.