Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.5.4 to 1.5.5
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.5.4 to 1.5.5.
- [Commits](qos-ch/logback@v_1.5.4...v_1.5.5)

---
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 Apr 15, 2024
1 parent e80a789 commit 728784b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation(kotlin("stdlib"))
implementation("io.github.oshai:kotlin-logging-jvm:6.0.4")
implementation("org.slf4j:slf4j-api:2.0.13")
implementation("ch.qos.logback:logback-classic:1.5.4")
implementation("ch.qos.logback:logback-classic:1.5.5")

testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
Expand Down

0 comments on commit 728784b

Please sign in to comment.